ComponentOne SuperTooltip for WinForms
C1.Win.8 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 System.Boolean
    public System.bool FontSizeInGraphicUnits {get; set;}
    See Also