Fantom

 

const final enum

gfx::Valign

sys::Obj
  sys::Enum
    gfx::Valign

@Js
@Serializable { simple=true collection=false }

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

Slots

bottomSource

const static Valign bottom

centerSource

const static Valign center

fillSource

const 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.

repeatSource

const static Valign repeat

topSource

const static Valign top

valsSource

const static Valign[] vals := ...

List of Valign values indexed by ordinal