FontColor
Definition der Textfarbe des Controls.
Schema: tchmi:framework#/definitions/SolidColor
Attribut-Getter
public getFontColor(): TcHmi.SolidColor | null;Parameter
Name | Typ | Beschreibung |
|---|---|---|
- | - | - |
Rückgabewert
Typ | Beschreibung |
|---|---|
Der aktuelle Wert des Attributs. |
Attribut-Setter
public setFontColor(valueNew: TcHmi.SolidColor | null): void;Parameter
Name | Typ | Beschreibung |
|---|---|---|
valueNew | 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 |
