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

In This Topic
    FontStyle Property (SvgElement)
    In This Topic
    Gets or sets a value selecting normal, italic or oblique font faces.
    Syntax
    'Declaration
     
    Public Property FontStyle As System.Nullable(Of SvgFontStyle)
    public System.Nullable<SvgFontStyle> FontStyle {get; set;}
    See Also