Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / StyleInfo Class / FontStyle Property


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