[ enum ] Orientation
Description:
Enum for component orientation, such as Slider or Toolbar.
Type: number
Properties:
| Name | Description |
|---|---|
|
Horizontal orientation. |
|
Vertical orientation. |
Examples:
Setting orientation to a component:
toolbar.orientation(Orientation.Vertical);
