logo

const final enum

fwt::Halign

sys::Obj
  sys::Enum
    fwt::Halign

Horizontal alignment: left, center, right, or fill.

Slots

center

static Halign center

Source

fill

static Halign fill

Source

fromStr

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

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

Source

left

static Halign left

Source

static Halign right

Source

values

static Halign[] values

List of Halign values indexed by ordinal

Source