Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Text Namespace / TextFormat Class / FontSize Property

In This Topic
    FontSize Property (TextFormat)
    In This Topic
    Gets or sets the logical font size, in points or in graphic units.

    The default value is 12.

    See also the description of the FontSizeInGraphicUnits property.

    Syntax
    'Declaration
     
    Public Property FontSize As System.Single
    public System.float FontSize {get; set;}
    See Also