WidthMode
Choice of the method of calculating the width. The available options are:
- Value: The width is defined by the width entered.
- Parent: The width is defined by the distance to the left and right side. The Width attribute is ignored in all calculations!
Schema: tchmi:framework#/definitions/SizeMode
Attribute getter
public getWidthMode(): TcHmi.SizeMode;Parameter
Name | Type | Description |
|---|---|---|
- | - | - |
Return value
Type | Description |
|---|---|
The current value of the attribute. |
Attribute setter
public setWidthMode(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 1.8 |
