Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / DataPoint Class / NegativeFill Property


In This Topic
    NegativeFill Property (DataPoint)
    In This Topic
    Gets or sets the fill brush for negative values.
    Syntax
    'Declaration
     
    Public Property NegativeFill As Brush
    'Usage
     
    Dim instance As DataPoint
    Dim value As Brush
     
    instance.NegativeFill = value
     
    value = instance.NegativeFill
    public Brush NegativeFill {get; set;}

    Property Value

    The negative fill brush.
    See Also