Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType.Editors Namespace / GcNumber Class / NegativeForeground Property


In This Topic
    NegativeForeground Property
    In This Topic
    Gets or sets a brush indicates the foreground when Value is less than zero.
    Syntax
    'Declaration
     
    Public Property NegativeForeground As Brush
    'Usage
     
    Dim instance As GcNumber
    Dim value As Brush
     
    instance.NegativeForeground = value
     
    value = instance.NegativeForeground
    public Brush NegativeForeground {get; set;}

    Property Value

    A System.Windows.Media.Brush value indicates the foreground when Value is less than zero.
    See Also