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

In This Topic
    FontVariantCaps Property
    In This Topic
    Gets or sets a value selecting alternate glyphs used for small or petite capitals or for titling.
    Syntax
    'Declaration
     
    Public Property FontVariantCaps As System.Nullable(Of SvgFontVariantCaps)
    public System.Nullable<SvgFontVariantCaps> FontVariantCaps {get; set;}
    See Also