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

In This Topic
    FontFamily Property (SVGStyle)
    In This Topic
    A value that indicates the font family of the SVG element.
    Syntax
    'Declaration
     
    
    <JsonAttribute("font-family")>
    Public Property FontFamily As String
    [Json("font-family")]
    public string FontFamily {get; set;}
    See Also