Gets the simulated screen height for browser. All devices in this bundle will have the same height.
Namespace: Ingeniux.CMSAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 9.0.565.0 (9.0.565)
int ScreenHeight { get; }
ReadOnly Property ScreenHeight As Integer
Get
property int ScreenHeight {
int get ();
}
abstract ScreenHeight : int with get
Property Value
Type:
Int32
Screen sizes specified here may not be the actual pixel sizes of the device screen.
They are virtual sizes the mobile browser specifies.
The iPhone 5's mobile browsers screen dimensions are 320 x 568 px; however, the physical dimensions are 640 x 1136 px.
Reference