enum const class vaseGraphics::Valign
sys::Obj sys::Enum vaseGraphics::Valign
@Js
@Serializable { simple=true }
Vertical alignment: top, center, bottom, fill, or repeat.
- bottom
-
const static Valign bottom := ...
- center
-
const static Valign center := ...
- fill
-
const static Valign fill := ...
- fromStr
-
static new 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.
- repeat
-
const static Valign repeat := ...
- top
-
const static Valign top := ...
- vals
-
const static List<Valign> vals := ...
List of Valign values indexed by ordinal