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


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

    Property Value

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