ComponentOne MultiSelect for WinForms
C1.Framework.Drawing.Gdi Namespace / Font Class / Name Property

In This Topic
    Name Property (Font)
    In This Topic
    Gets the face name of this Font object.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Name As String
    public string Name {get;}

    Property Value

    A string representation of the face name of this Font object.
    See Also