Fan

 

const final enum

fwt::Valign

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

@simple
@js

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

Slots

bottomSource

static Valign bottom := Valign.make(2, "bottom")

centerSource

static Valign center := Valign.make(1, "center")

fillSource

static Valign fill := Valign.make(3, "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 := Valign.make(0, "top")

valuesSource

static Valign[] values := ...

List of Valign values indexed by ordinal