Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / SpreadChartElement Class / AutomaticFill Property


In This Topic
    AutomaticFill Property (SpreadChartElement)
    In This Topic
    Gets the fill brush that is created automatically.
    Syntax
    'Declaration
     
    Public Overridable ReadOnly Property AutomaticFill As Brush
    'Usage
     
    Dim instance As SpreadChartElement
    Dim value As Brush
     
    value = instance.AutomaticFill
    public virtual Brush AutomaticFill {get;}

    Property Value

    The fill brush that is created automatically.
    See Also