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

In This Topic
    FontVariantNumeric Property
    In This Topic
    Gets or sets a value that specifies control over numerical forms.
    Syntax
    'Declaration
     
    Public Property FontVariantNumeric As System.Nullable(Of SvgFontVariantNumeric)
    public System.Nullable<SvgFontVariantNumeric> FontVariantNumeric {get; set;}
    See Also