Gets or sets the brush to apply as an outline of the elements within the custom interval.
Namespace: MindFusion.Gauges
Assembly: MindFusion.Gauges
SyntaxC#
Copy Code
|
|---|
public Pen Stroke { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property Stroke As Pen |
An instance of the Pen class.
See Also