Table of Contents

Enum Orientation

Namespace
Stride.UI
Assembly
Stride.UI.dll

Defines the different orientations that a control or layout can have.

public enum Orientation

Fields

Horizontal = 0

Control or layout should be horizontally oriented.

InDepth = 2

Control or layout should be oriented along the depth axis.

Vertical = 1

Control or layout should be vertically oriented.