HeaderHeightUnit
Defines the unit of the height of the header:
- Pixels for an absolute size
- Percent for a relative size
Schema: tchmi:framework#/definitions/MeasurementUnit
Attribute getter
public getHeaderHeightUnit(): TcHmi.DimensionUnit | undefined;Parameter
Name | Type | Description |
|---|---|---|
- | - | - |
Return value
Type | Description |
|---|---|
The current value of the attribute. |
Attribute setter
public setHeaderHeightUnit(valueNew: TcHmi.DimensionUnit | 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 1.8 |
