SecondBASIC Documentation v3

Home / Command Reference / WindowProp

WindowProp

Description: Displays the Window plane and sets its properties.

Syntax:

WindowProp <Horizontal>, <Vertical>, <Width>, <Height>

Part Description
<Horizontal> Required. Determines if the plane will be aligned to the left or then right side of the screen. Valid values are Left and Right.
<Vertical> Required. Determines if the plane will be aligned to the top or the bottom of the screen. Valid values are Up and Down.
<Width> Required. The width of the plane in pixels.
<Height> Required. The height of the plane in pixels.