DisplayOrientation Enum
Namespace: Stride.GraphicsAssembly: Stride.dll
Describes the orientation of the display.
[Flags]
[DataContract("DisplayOrientation")]
public enum DisplayOrientation
Fields
Name | Description |
---|---|
Default | The default value for the orientation. |
LandscapeLeft | Displays in landscape mode to the left. |
LandscapeRight | Displays in landscape mode to the right. |
Portrait | Displays in portrait mode. |