Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / CombinedStyleInfo Class / ForeColor Property


In This Topic
    ForeColor Property (CombinedStyleInfo)
    In This Topic
    Gets the cell foreground color.
    Syntax
    'Declaration
     
    
    Public Shadows ReadOnly Property ForeColor As Color
    'Usage
     
    
    Dim instance As CombinedStyleInfo
    Dim value As Color
     
    value = instance.ForeColor
    public new Color ForeColor {get;}

    Property Value

    A System.Drawing.Color that represents the foreground color of the cell. The default is Color.Empty.
    Remarks
    The ForeColor property should specify a color that contrasts with the BackColor property.
    See Also