ImagePosition
Beschreibt, wo das Bild angezeigt werden soll. Auswahl: LeftOfText oder RightOfText.
Schema: tchmi:framework#/definitions/TcHmi.Controls.Beckhoff.TcHmiCombobox.ImagePosition
Attribut-Getter
public getImagePosition(): keyof typeof ImagePosition | undefined;Parameter
Name | Typ | Beschreibung |
|---|---|---|
- | - | - |
Rückgabewert
Typ | Beschreibung |
|---|---|
keyof typeof ImagePosition, undefined | Der aktuelle Wert des Attributs. |
Attribut-Setter
public setImagePosition(valueNew: ImagePosition | keyof typeof ImagePosition | null): void;Parameter
Name | Typ | Beschreibung |
|---|---|---|
valueNew | ImagePosition, keyof typeof ImagePosition, null | Der neue Wert des Attributs. Wird null übergeben, so wirkt der interne Standardwert. |
Rückgabewert
Typ | Beschreibung |
|---|---|
void | Kein Rückgabewert. |
![]() | Verfügbar ab Version 1.14.3.324 |
