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


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