Click or drag to resize
IGraphicsDisplayIsOrientationSupported Method
Gets a value that indicates if the specified orientation is supported by the display.

Namespace: Microsoft.IoT.DeviceCore.Display
Assembly: Microsoft.IoT.DeviceCore (in Microsoft.IoT.DeviceCore.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
bool IsOrientationSupported(
	DisplayOrientations orientation
)

Parameters

orientation
Type: Windows.Graphics.DisplayDisplayOrientations
The orientation to test.

Return Value

Type: Boolean
true if the specified orientation is supported by the display; otherwise false.
See Also