Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / FontPickerWide Class / FontName Property


In This Topic
    FontName Property (FontPickerWide)
    In This Topic
    Gets or sets the name of the font.
    Syntax
    'Declaration
     
    
    Protected Overridable Property FontName As String
    'Usage
     
    
    Dim instance As FontPickerWide
    Dim value As String
     
    instance.FontName = value
     
    value = instance.FontName
    protected virtual string FontName {get; set;}
    See Also