Name
Window.LeftEdge -- set/get left edge of window
Function
Specify the left edge of a window. Usually, you shouldn't define a pixel value here but instead use one of the following macros:

Centered
Window appears centered on the visible area of screen.

Moused
Window appears centered under the mouse pointer.

Default for this tag is Centered.

As long as your window has a window id (Window.MuiID), choosing a position is not that important. MUI will always remember a windows last position and size and these values will simply override your settings. Positioning and sizing should be completely under user control, a programmer doesn't need to worry about it.

Type
Number or predefined macro

Applicability
IG


Show TOC