| IGraphicsDisplayWidth Property |
Gets the width of the display in pixels.
Namespace: Microsoft.IoT.DeviceCore.DisplayAssembly: Microsoft.IoT.DeviceCore (in Microsoft.IoT.DeviceCore.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax ReadOnly Property Width As Integer
Get
property int Width {
int get ();
}
abstract Width : int with get
Property Value
Type:
Int32
The width of the display in pixels.
See Also