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


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