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

In This Topic
    FontSizeAdjust Property
    In This Topic
    Gets or sets a value that is equal to the x-height of a font divided by the font size.

    float.NaN corresponds to 'none' value of the attribute.

    Syntax
    'Declaration
     
    Public Property FontSizeAdjust As System.Nullable(Of Single)
    public System.Nullable<float> FontSizeAdjust {get; set;}
    See Also