Style.__anonymous

Undocumented in source.

Members

Variables

border
uint[4] border;

Border size, placed between margin and padding. [left, right, top, bottom].

borderStyle
FluidBorder borderStyle;

Border style to use.

margin
uint[4] margin;

Margin (outer margin) of the node. [left, right, top, bottom].

padding
uint[4] padding;

Padding (inner margin) of the node. [left, right, top, bottom].

Meta