Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / StatusBarSkin Class / Font Property


In This Topic
    Font Property (StatusBarSkin)
    In This Topic
    Gets or sets font of text in status bar
    Syntax
    'Declaration
     
    
    Public Property Font As Font
    'Usage
     
    
    Dim instance As StatusBarSkin
    Dim value As Font
     
    instance.Font = value
     
    value = instance.Font
    public Font Font {get; set;}
    See Also