LabelPosition
Die Position der Beschriftungs-Texte (innen oder außen).
Schema: tchmi:framework#/definitions/TcHmi.Controls.Beckhoff.TcHmiTachometer.LabelPosition
Attribut-Getter
public getLabelPosition(): 'Inside' | 'Outside' | undefined;Parameter
Name | Typ | Beschreibung |
|---|---|---|
- | - | - |
Rückgabewert
Typ | Beschreibung |
|---|---|
'Inside', 'Outside', undefined | Der aktuelle Wert des Attributs. |
Attribut-Setter
public setLabelPosition(valueNew: 'Inside' | 'Outside' | null): void;Parameter
Name | Typ | Beschreibung |
|---|---|---|
valueNew | 'Inside', 'Outside', 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.12.744 |
