Fantom

 

const final enum

gfx::Valign

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

@simple
@js

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

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.

repeatSource

static Valign repeat

topSource

static Valign top

valsSource

static Valign[] vals := ...

List of Valign values indexed by ordinal