ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc Namespace / SVGStyle Class / FontSize Property

In This Topic
    FontSize Property (SVGStyle)
    In This Topic
    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