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

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