UnitOrientation
The orientation of unit.
Schema: tchmi:framework#/definitions/LinearGaugeUnitOrientation
Attribute getter
public getUnitOrientation(): 'Theme' | 'Horizontal' | 'Vertical';Parameter
Name | Type | Description |
|---|---|---|
- | - | - |
Return value
Type | Description |
|---|---|
'Theme' | 'Horizontal' | 'Vertical' | The current value of the attribute. |
Attribute setter
public setUnitOrientation(valueNew: 'Theme' | 'Horizontal' | 'Vertical' | null): void;Parameter
Name | Type | Description |
|---|---|---|
valueNew | 'Theme', 'Horizontal', 'Vertical', 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 |
