enum class gfx::Halign

sys::Obj
  sys::Enum
    gfx::Halign

@Js
@Serializable { simple=true }

Source

Horizontal alignment: left, center, right, fill, or repeat.

center

const static Halign center := ...

Source

fill

const static Halign fill := ...

Source

fromStr

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

Source

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

left

const static Halign left := ...

Source

repeat

const static Halign repeat := ...

Source

const static Halign right := ...

Source

vals

const static Halign[] vals := ...

Source

List of Halign values indexed by ordinal