ButtonFontStyle
Definiert den Stil der Schrift auf den Buttons.
Schema: tchmi:framework#/definitions/FontStyle
Attribut-Getter
public getButtonFontStyle(): FontStyle | undefined;Parameter
Name | Typ | Beschreibung |
|---|---|---|
- | - | - |
Rückgabewert
Typ | Beschreibung |
|---|---|
Der aktuelle Wert des Attributs. |
Attribut-Setter
public setButtonFontStyle(valueNew: FontStyle | 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.10 |
