HeightMode
Determines whether the height is taken from the height value, calculated from the top and bottom edges (parent), or calculated from the number of rows in the data.
Schema: tchmi:framework#/definitions/SizeModeWithContent
Attribute getter
public getHeightMode(): TcHmi.SizeMode | undefined;Parameter
Name | Type | Description |
|---|---|---|
- | - | - |
Return value
Type | Description |
|---|---|
The current value of the attribute. |
Attribute setter
public setHeightMode(valueNew: TcHmi.SizeMode | 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 |
