Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / SpreadDataSeries Class / ActualNegativeFill Property


In This Topic
    ActualNegativeFill Property (SpreadDataSeries)
    In This Topic
    Gets the actual fill brush for the negative value.
    Syntax
    'Declaration
     
    Public ReadOnly Property ActualNegativeFill As Brush
    'Usage
     
    Dim instance As SpreadDataSeries
    Dim value As Brush
     
    value = instance.ActualNegativeFill
    public Brush ActualNegativeFill {get;}

    Property Value

    The actual fill brush for the negative value.
    See Also