Search
PointerShape Enumeration
See Also
 






Indicates the shape of a pointer.

Namespace: MindFusion.Gauges
File: Enum.js

 Syntax

JavaScript  Copy Code

// enum
PointerShape = {}

 Members

  Member name Description

Custom

Specifies a custom shape.

Ellipse

Specifies an elliptical shape.

Needle

Specifies a sharp pointer with a circle at its base.

Needle2

Specifies a sharp pointer with a circle at its base.

None

Specifies an empty shape, that is, the pointer is not displayed.

Rectangle

Specifies a rectangular shape.

 See Also