Table of Contents

Enum DisplayOrientation

Namespace
Stride.Graphics
Assembly
Stride.dll

Describes the orientation of the display.

[Flags]
[DataContract("DisplayOrientation")]
public enum DisplayOrientation

Fields

Default = 0

The default value for the orientation.

LandscapeLeft = 1

Displays in landscape mode to the left.

LandscapeRight = 2

Displays in landscape mode to the right.

Portrait = 4

Displays in portrait mode.