| IGraphicsDisplayIsOrientationSupported Method |
Gets a value that indicates if the specified orientation is supported by 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 bool IsOrientationSupported(
DisplayOrientations orientation
)
Function IsOrientationSupported (
orientation As DisplayOrientations
) As Boolean
bool IsOrientationSupported(
[InAttribute] DisplayOrientations orientation
)
abstract IsOrientationSupported :
orientation : DisplayOrientations -> bool
Parameters
- orientation
- Type: Windows.Graphics.DisplayDisplayOrientations
The orientation to test.
Return Value
Type:
Booleantrue if the specified orientation is supported by the display; otherwise
false.
See Also