| IGraphicsDisplayHeight Property |
Gets the height 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 Height As Integer
Get
property int Height {
int get ();
}
abstract Height : int with get
Property Value
Type:
Int32
The height of the display in pixels.
See Also