| IGraphicsDisplayOrientation Property |
Gets or sets the orientation of the display.
Namespace: Microsoft.IoT.DeviceCore.DisplayAssembly: Microsoft.IoT.DeviceCore (in Microsoft.IoT.DeviceCore.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax DisplayOrientations Orientation { get; set; }
Property Orientation As DisplayOrientations
Get
Set
property DisplayOrientations Orientation {
DisplayOrientations get ();
void set (DisplayOrientations value);
}
abstract Orientation : DisplayOrientations with get, set
Property Value
Type:
DisplayOrientations
A
DisplayOrientations that specifies the orientation.
See Also