Enum Orientation
Definition
Namespace: StardewUI.Layout
Assembly: StardewUI.dll
Available orientation directions for views such as Lane.
Inheritance
Object ⇦ ValueType ⇦ Enum ⇦ Orientation
Fields
Name | Value | Description |
---|---|---|
Horizontal | 0 | Content flows in the horizontal direction (generally, left to right). |
Vertical | 1 | Content flows in the vertical direction (generally, top to bottom). |