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