InputPanel for WinForms | ComponentOne
C1.Win.5 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 FontSubSet.TextFormat.Font property is null.

    This value is case insensitive.

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