Orientation
The orientation of the display. Horizontal and vertical orientation are supported.
Schema: tchmi:framework#/definitions/LinearGaugeOrientation
Attribute getter
public getOrientation(): 'Horizontal' | 'Vertical' | 'HorizontalInverted' | 'VerticalInverted' | undefined;Parameter
Name | Type | Description |
|---|---|---|
- | - | - |
Return value
Type | Description |
|---|---|
'Horizontal' | 'Vertical' | 'HorizontalInverted' | 'VerticalInverted', undefined | The current value of the attribute. |
Attribute setter
public setOrientation(valueNew: 'Horizontal' | 'Vertical' | 'HorizontalInverted' | 'VerticalInverted' | null): void;Parameter
Name | Type | Description |
|---|---|---|
valueNew | 'Horizontal', 'Vertical', 'HorizontalInverted', 'VerticalInverted', null | The new value of the attribute. If null is passed, the internal default value is used. |
Return value
Type | Description |
|---|---|
void | No return value. |
![]() | Available from 1.8 |
