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


In This Topic
    AutomaticFill Property (SpreadChartShapeBase)
    In This Topic
    Gets or sets a System.Windows.Media.Brush object that describes the automatic background for a chart.
    Syntax
    'Declaration
     
    Public Overridable ReadOnly Property AutomaticFill As Brush
    'Usage
     
    Dim instance As SpreadChartShapeBase
    Dim value As Brush
     
    value = instance.AutomaticFill
    public virtual Brush AutomaticFill {get;}

    Property Value

    The System.Windows.Media.Brush object that describes the automatic background for a chart.
    See Also