InputPanel for WinForms | ComponentOne
C1.Win.5 Assembly / C1.Util Namespace / FontSubSet.TextFormat Class / FontSize Property

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

    The defalut value is 12.

    See also the description of the FontSubSet.TextFormat.FontSizeInGraphicUnits property.

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