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


In This Topic
    FontStyle Property (HighlightConditionalFormattingStyle)
    In This Topic
    Gets the font style.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property FontStyle As SpreadFontStyle
    'Usage
     
    
    Dim instance As HighlightConditionalFormattingStyle
    Dim value As SpreadFontStyle
     
    value = instance.FontStyle
    public SpreadFontStyle FontStyle {get;}
    See Also