enum const class vaseGui::Align

sys::Obj
  sys::Enum
    vaseGui::Align

@Js
@Serializable { simple=true }

begin

const static Align begin := ...

align top or left

center

const static Align center := ...

align center horizontal or vertical

end

const static Align end := ...

align bootom or right

fromStr

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

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

vals

const static List<Align> vals := ...

List of Align values indexed by ordinal