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


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