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


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

    Property Value

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