ButtonFontStyle

Defines the font style of the button text.

Schema: tchmi:framework#/definitions/FontStyle

Attribute getter

public getButtonFontStyle(): FontStyle | undefined;

Parameter

Name

Type

Description

-

-

-

Return value

Type

Description

FontStyle, undefined

The current value of the attribute.

Attribute setter

public setButtonFontStyle(valueNew: FontStyle | null): void;

Parameter

Name

Type

Description

valueNew

FontStyle, 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.

ButtonFontStyle 1:

Available from version 1.10