Search
Pointer.PointerHeight Property
See Also
 






Gets or sets the height of the pointer.

Namespace: MindFusion.Gauges
Assembly: MindFusion.Gauges

 Syntax

C#  Copy Code

public Length PointerHeight { get; set; }

Visual Basic  Copy Code

Public Property PointerHeight As Length

 Property Value

An instance of the Length structure.

 See Also