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

Namespace: Microsoft.IoT.Devices.Display
Assembly: Microsoft.IoT.Devices (in Microsoft.IoT.Devices.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public 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.

Implements

IGraphicsDisplayIsOrientationSupported(DisplayOrientations)
See Also