getNavigationOrientation
[ Function ]
public getNavigationOrientation(): ’Horizontal’ | ’Vertical’ | undefined;
This function returns the currently set value for the NavigationOrientation attribute.
Parameter
Name | Type | Description |
---|---|---|
- | - | - |
Return value
Type | Description |
---|---|
‘Horizontal‘, ‘Vertical‘, undefined | The current value of the attribute. |
See also
Attribute setter: setNavigationOrientation
Origin: TcHmiNavigation
Available from version 1.12.750 |