HeightMode
Choice of the method of calculating the height.
Schema: tchmi:framework#/definitions/MeasurementValue
Attribute getter
public getHeightMode(): 'Value'| 'Parent' | 'Content' | undefined;Parameter
Name | Type | Description |
|---|---|---|
- | - | - |
Return value
Type | Description |
|---|---|
'Value', 'Parent', 'Content', undefined | The current value of the attribute. |
Attribute setter
public setHeightMode(valueNew: TcHmi.SizeModeWithContent | null): void;Parameter
Name | Type | Description |
|---|---|---|
valueNew | 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 version 1.12 |
