enum class gfx::Valign

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

@Js
@Serializable { simple=true }

Source

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

bottom

const static Valign bottom := ...

Source

center

const static Valign center := ...

Source

fill

const static Valign fill := ...

Source

fromStr

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

Source

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

repeat

const static Valign repeat := ...

Source

top

const static Valign top := ...

Source

vals

const static Valign[] vals := ...

Source

List of Valign values indexed by ordinal