Gets or sets a value indicating whether to draw a stroke at the outside of this range. This is a dependency property.
Namespace: MindFusion.Gauges.Wpf
Assembly: MindFusion.Gauges.Wpf
SyntaxC#
Copy Code
|
|---|
public bool StrokeOutside { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property StrokeOutside As Boolean |
See Also