BottomProperty Property



 
The BottomProperty Property contains the lower border of the work area.


Syntax

    SiteKiosk.SiteKioskUI.Workarea.BottomProperty [=long]
    
Possible Values
    Long value that specifies or retrieves the lower border.

    The property is read/write.
Remarks
    None.
Examples
    The following example shows the lower border of the work area in an alert window.

    <SCRIPT TYPE="text/javascript">
    window.external.InitScriptInterface();
    alert(SiteKiosk.SiteKioskUI.Workarea.BottomProperty);
    </SCRIPT>

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

Back to top