Stroke Property (PlotArea)
In This Topic
Gets or sets the stroke of plot area bounds.
Syntax
'Declaration
Public Property Stroke As Brush
'Usage
Dim instance As PlotArea
Dim value As Brush
instance.Stroke = value
value = instance.Stroke
public Brush Stroke {get; set;}
See Also