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

In This Topic
    Font Property (FontSubSet.TextFormat)
    In This Topic
    Gets or sets a Font used by this format.

    If not null, this value overrides the FontSubSet.TextFormat.FontName property.

    Syntax
    'Declaration
     
    Public Property Font As Font
    public Font Font {get; set;}
    See Also