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