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


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

    Property Value

    The System.Windows.Media.Brush object that describes the automatic outline for the legend.
    See Also