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