Search
Orientation Enumeration
See Also
 






Specifies the orientation of elements.

Namespace: MindFusion.Gauges
File: Enum.js

 Syntax

JavaScript  Copy Code

// enum
Orientation = {}

 Members

  Member name Description

Horizontal

The element is oriented horizontally.

Vertical

The element is oriented vertically.

 See Also