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(Order=-1, 
   SkipIfDefault=, 
   PropertyName="font-size", 
   Name="font-size")>
Public Property FontSize As Nullable(Of Single)
[Json(Order=-1, 
   SkipIfDefault=, 
   PropertyName="font-size", 
   Name="font-size")]
public Nullable<float> FontSize {get; set;}
See Also

Reference

SVGStyle Class
SVGStyle Members