ComponentOne ASP.NET MVC Controls
FontSize Property (SVGStyle)

C1.Web.Mvc Namespace > SVGStyle Class : FontSize Property
A value that indicates the font size of the SVG element.
Syntax
'Declaration
 
<JsonAttribute("font-size")>
Public Property FontSize As Nullable(Of Single)
[Json("font-size")]
public Nullable<float> FontSize {get; set;}
See Also

Reference

SVGStyle Class
SVGStyle Members