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

In This Topic
    FontSizeInGraphicUnits Property (FontSubSet.TextFormat)
    In This Topic
    /// Gets or sets a value indicating whether FontSize specifies the font size in graphic units or in points.
    Syntax
    'Declaration
     
    Public Property FontSizeInGraphicUnits As Boolean
    public bool FontSizeInGraphicUnits {get; set;}
    See Also