Search
Pointer.Shape Property
See Also
 






Gets or sets the shape of the pointer.

Namespace: MindFusion.Gauges
Assembly: MindFusion.Gauges

 Syntax

C#  Copy Code

public PointerShape Shape { get; set; }

Visual Basic  Copy Code

Public Property Shape As PointerShape

 Property Value

A member of the PointerShape enumeration.

 See Also