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