logo

const final enum

fwt::Valign

sys::Obj
  sys::Enum
    fwt::Valign

Vertical alignment: top, center, bottom, or fill.

Slots

bottom

static Valign bottom

Source

center

static Valign center

Source

fill

static Valign fill

Source

fromStr

static Valign fromStr(Str name, Bool checked := true)

Return the Valign instance for the specified name. If not a valid name and checked is false return null, otherwise throw ParseErr.

Source

top

static Valign top

Source

values

static Valign[] values

List of Valign values indexed by ordinal

Source