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

In This Topic
    FontSize Property (SvgElement)
    In This Topic
    Gets or sets a scale factor applied to the EM unit of the font.
    Syntax
    'Declaration
     
    Public Property FontSize As System.Nullable(Of SvgLength)
    public System.Nullable<SvgLength> FontSize {get; set;}
    See Also