IMobileDeviceScreenHeight Property
|
Gets the height of the device's screen. The size corresponds to the device's display, not necessarily to the actual pixels of the screen.
Namespace:
Ingeniux.Runtime.Mobile
Assembly:
IGXRuntimeAPI (in IGXRuntimeAPI.dll) Version: 10.6.308
Syntax int ScreenHeight { get; }
ReadOnly Property ScreenHeight As Integer
Get
property int ScreenHeight {
int get ();
}
abstract ScreenHeight : int with get
Property Value
Type:
Int32See Also