ImagePosition

Describes where the image should be displayed. Choice: LeftOfText or RightOfText.

Schema: tchmi:framework#/definitions/TcHmi.Controls.Beckhoff.TcHmiCombobox.ImagePosition

Attribute getter

public getImagePosition(): keyof typeof ImagePosition | undefined;

Parameter

Name

Type

Description

-

-

-

Return value

Type

Description

keyof typeof ImagePosition, undefined

The current value of the attribute.

Attribute setter

public setImagePosition(valueNew: ImagePosition | keyof typeof ImagePosition | null): void;

Parameter

Name

Type

Description

valueNew

ImagePosition, keyof typeof ImagePosition, 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.

ImagePosition 1:

Available since version 1.14.3.324