type
Align
@Js
@Serializable { simple=true }
enum class Align : Enum
Alignment enums: top, left, bottom, right, center, fill
enum
constructors
| fromStr | 
 Return the Align instance for the specified name.  | 
|---|
fields
| vals | 
 List of Align values indexed by ordinal  | 
|---|
Slot Details
bottom
const static Align bottom := ...
center
const static Align center := ...
fill
const static Align fill := ...
fromStr
left
const static Align left := ...
right
const static Align right := ...
top
const static Align top := ...
vals
const static Align[] vals := ...
List of Align values indexed by ordinal