WidthMode

Choice of the method of calculating the width. The available options are:

WidthMode 1:

Learn how controls can be positioned and their size defined.

Schema: tchmi:framework#/definitions/SizeMode

Attribute getter

public getWidthMode(): TcHmi.SizeMode;

Parameter

Name

Type

Description

-

-

-

Return value

Type

Description

TcHmi.SizeMode

The current value of the attribute.

Attribute setter

public setWidthMode(valueNew: TcHmi.SizeMode | null): void;

Parameter

Name

Type

Description

valueNew

TcHmi.SizeMode, null

The new value of the attribute. If null is passed, the internal default value is used.

Return value

Type

Description

void

No return value.

WidthMode 2:

Available from 1.8