DisplayOrientation
Wisej.Hybrid.Shared.Display.DisplayOrientation
public enum DisplayOrientation : EnumPublic Enum DisplayOrientation As [Enum]Fields
Name
Description
Used By
Name
Description
Last updated
Wisej.Hybrid.Shared.Display.DisplayOrientation
Namespace: Wisej.Hybrid.Shared.Display
Assembly: Wisej.Hybrid (3.5.0.0)
Represents the orientation a device display can have.
public enum DisplayOrientation : EnumPublic Enum DisplayOrientation As [Enum]Landscape
Device display is in landscape orientation.
Portrait
Device display is in portrait orientation.
Unknown
Unknown display orientation.
The device display's orientation.
Gets the orientation of the device's display.
Last updated