logo

const final enum

fwt::Orientation

sys::Obj
  sys::Enum
    fwt::Orientation

Horizontal or vertical.

Slots

fromStr

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

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

Source

horizontal

static Orientation horizontal

Source

values

static Orientation[] values

List of Orientation values indexed by ordinal

Source

vertical

static Orientation vertical

Source