Gets or sets the width of a tick. This is a dependency property.
Namespace: MindFusion.Gauges.Wpf
Assembly: MindFusion.Gauges.Wpf
SyntaxC#
Copy Code
|
|---|
public Length TickWidth { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property TickWidth As Length |
An instance of the Length structure.
See Also