| ST7735Orientation Property |
Gets or sets the orientation of the display.
Namespace: Microsoft.IoT.Devices.DisplayAssembly: Microsoft.IoT.Devices (in Microsoft.IoT.Devices.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public DisplayOrientations Orientation { get; set; }
Public Property Orientation As DisplayOrientations
Get
Set
public:
virtual property DisplayOrientations Orientation {
DisplayOrientations get () sealed;
void set (DisplayOrientations value) sealed;
}
abstract Orientation : DisplayOrientations with get, set
override Orientation : DisplayOrientations with get, set
Property Value
Type:
DisplayOrientations
A
DisplayOrientations that specifies the orientation.
The default is
Portrait.
Implements
IGraphicsDisplayOrientationSee Also