Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / AppearanceStyleInfo Class / FontStyle Property


In This Topic
    FontStyle Property (AppearanceStyleInfo)
    In This Topic
    Gets the font style applied to the cell for the style.
    Syntax
    'Declaration
     
    
    Public Overrides ReadOnly Property FontStyle As FontStyle
    'Usage
     
    
    Dim instance As AppearanceStyleInfo
    Dim value As FontStyle
     
    value = instance.FontStyle
    public override FontStyle FontStyle {get;}
    See Also