getUnitOrientation
[ Function ]
public getUnitOrientation(): 'Theme' | 'Horizontal' | 'Vertical';
This function returns the currently set value for the UnitOrientation attribute.
Parameter
Name | Type | Description |
---|---|---|
- | - | - |
Return value
Type | Description |
---|---|
'Theme' | 'Horizontal' | 'Vertical' | The current value of the attribute. |
See also
Attribute setter: setUnitOrientation
Origin: TcHmiLinearGauge
Available from 1.8 |