enum class gfx::Orientation

sys::Obj
  sys::Enum
    gfx::Orientation

@Js
@Serializable { simple=true }

Source

Horizontal or vertical.

fromStr

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

Source

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

horizontal

const static Orientation horizontal := ...

Source

vals

const static Orientation[] vals := ...

Source

List of Orientation values indexed by ordinal

vertical

const static Orientation vertical := ...

Source