IDeviceBundleScreenWidth Property
|
Gets/sets the simulated screen width for browser. All devices in this bundle have the same width.
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax int ScreenWidth { get; set; }
Property ScreenWidth As Integer
Get
Set
property int ScreenWidth {
int get ();
void set (int value);
}
abstract ScreenWidth : int with get, set
Property Value
Type:
Int32Remarks Screen sizes specified here may not be the actual pixel sizes of the device screen.
They are virtual sizes the mobile browser specifies.
Examples
The iPhone 5's mobile browsers screen dimensions are 320 x 568 px; however, the physical dimensions are 640 x 1136 px.
See Also