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


In This Topic
    AutomaticFill Property (Legend)
    In This Topic
    Gets the actual System.Windows.Media.Brush object that describes the outline for the legend.
    Syntax
    'Declaration
     
    Public Overrides ReadOnly Property AutomaticFill As Brush
    'Usage
     
    Dim instance As Legend
    Dim value As Brush
     
    value = instance.AutomaticFill
    public override Brush AutomaticFill {get;}
    See Also