Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ConditionalStyleInfo Class / Font Property


In This Topic
    Font Property (ConditionalStyleInfo)
    In This Topic
    Gets the font settings of the cell for the notification style.
    Syntax
    'Declaration
     
    
    Public Shadows ReadOnly Property Font As Font
    'Usage
     
    
    Dim instance As ConditionalStyleInfo
    Dim value As Font
     
    value = instance.Font
    public new Font Font {get;}
    See Also