Fan

 

const final enum

fwt::Valign

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

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

Slots

bottomSource

static Valign bottom

centerSource

static Valign center

fillSource

static Valign fill

fromStrSource

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.

topSource

static Valign top

valuesSource

static Valign[] values

List of Valign values indexed by ordinal