[ enum ] Orientation

Description:

Enum for component orientation, such as Slider or Toolbar.

Type: number

Properties:

Name Description

Horizontal

Horizontal orientation.

Vertical

Vertical orientation.

Examples:

Setting orientation to a component:

toolbar.orientation(Orientation.Vertical);