Height Property



 
The Height property contains the screen height.


Syntax

    [long=] SiteCafe.UserInterface.ScreenSize.Height
    
Possible Values
    Long value that retrieves the height.

    The property is read only.
Remarks
    None.
Examples
    The following example displays the screen height.

    <SCRIPT TYPE="text/javascript">
    window.external.InitScriptInterface();
    alert(SiteCafe.UserInterface.ScreenSize.Height);
    </SCRIPT>

Applies to
    SiteKiosk v6.2 (and later versions).

Back to top