Gets or sets a value indicating whether to draw a stroke the beginning of this range.
Namespace: MindFusion.Gauges
Assembly: MindFusion.Gauges
SyntaxC#
Copy Code
|
|---|
public bool CapStart { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property CapStart As Boolean |
true to stroke the start of the range; otherwise, false.
See Also