IMobileDeviceScreenWidth Property
|
Gets the width 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 ReadOnly Property ScreenWidth As Integer
Get
property int ScreenWidth {
int get ();
}
abstract ScreenWidth : int with get
Property Value
Type:
Int32See Also