Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / IFpStatusBar Interface / Font Property


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