ComponentOne SuperTooltip for WinForms
C1.Win.8 Assembly / C1.Util Namespace / FontSubSet.TextFormat Class / FontName Property

In This Topic
    FontName Property (FontSubSet.TextFormat)
    In This Topic
    Gets or sets a font family name.

    This value is used only if the Font property is null.

    This value is case insensitive.

    Syntax
    'Declaration
     
    Public Property FontName As System.String
    public System.string FontName {get; set;}
    See Also