getHeightMode
[ Function ]
public getHeightMode(): ‘Value’| ‘Parent’ | ‘Content’ | undefined;
This function returns the currently set value for the HeightMode attribute.
Parameter
Name | Type | Description |
---|---|---|
- | - | - |
Return value
Type | Description |
---|---|
‘Value‘, ‘Parent‘, ‘Content‘, undefined | The current value of the attribute. |
See also
Attribute setter: setHeightMode
Origin: TcHmiNavigationContent
Available from version 1.12 |