Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / GcNumber Class / NegativeColor Property


In This Topic
    NegativeColor Property (GcNumber)
    In This Topic
    Gets or sets the color when the value's sign of this control is negative.
    Syntax
    'Declaration
     
    
    Public Property NegativeColor As Color
    'Usage
     
    
    Dim instance As GcNumber
    Dim value As Color
     
    instance.NegativeColor = value
     
    value = instance.NegativeColor
    public Color NegativeColor {get; set;}

    Property Value

    The color of the negative value.
    Remarks
    If the Value property is smaller than zero and the UseNegativeColor property is true, the color of text follows this property.
    See Also