Document Solutions for PDF
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Svg Namespace / SvgElement Class / FontWeight Property

In This Topic
    FontWeight Property (SvgElement)
    In This Topic
    Gets or sets a value specifying the weight of glyphs in the font, their degree of blackness or stroke thickness.
    Syntax
    'Declaration
     
    Public Property FontWeight As System.Nullable(Of SvgFontWeight)
    public System.Nullable<SvgFontWeight> FontWeight {get; set;}
    See Also