Type to start searching...

Stylesheet

Stylesheets contain a set of styles to apply to user interface elements.

Properties
base : string

An existing stylesheet that this stylesheet is based on. The stylesheet is always implicitly based on the system stylesheet.

colors : identifier

Imports a color collection, which must exist in the Colors section. When no colors specified the system colors are imported.

See
Colors
Valid values based on“string”.
:?[\p{L}_][\p{L}\p{N}_]*(:[\p{L}_][\p{L}\p{N}_]*)*

Value must begin with a letter or an underscore. Case and length are not restricted. Letters, numbers and underscores are allowed. Colon is used as a scope separator. Spaces and other punctuation characters are not allowed.

description : string

Description of the stylesheet.

fontScale : float

Float value that specifies the scale amount for the font.

Content