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


In This Topic
    ForeColor Property (DynamicStyleInfo)
    In This Topic
    Gets the foreground color of the GcMultiRow cell.
    Syntax
    'Declaration
     
    
    Public Shadows ReadOnly Property ForeColor As Color
    'Usage
     
    
    Dim instance As DynamicStyleInfo
    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 GcMultiRow cell. The default is Color.Empty.
    Remarks
    The ForeColor property typically specifies a color that contrasts with the BackColor property.
    See Also