Orientation Enum
Namespace: Stride.UIAssembly: Stride.UI.dll
Defines the different orientations that a control or layout can have.
public enum Orientation
Fields
Name | Description |
---|---|
Horizontal | Control or layout should be horizontally oriented. |
InDepth | Control or layout should be oriented along the depth axis. |
Vertical | Control or layout should be vertically oriented. |