DisplayOrientation

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 : Enum

Fields

NameDescription

Landscape

Device display is in landscape orientation.

Portrait

Device display is in portrait orientation.

Unknown

Unknown display orientation.

Used By

NameDescription

The device display's orientation.

Gets the orientation of the device's display.

Last updated