enum class gfx::Halign
sys::Obj sys::Enum gfx::Halign
@Js@Serializable { simple=true }
Horizontal alignment: left, center, right, fill, or repeat.
- center
-
const static Halign center := ... - fill
-
const static Halign fill := ... - fromStr
-
static new fromStr(Str name, Bool checked := true)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 := ... - repeat
-
const static Halign repeat := ... - right
-
const static Halign right := ... - vals
-
const static Halign[] vals := ...List of Halign values indexed by ordinal