Specifies the starting position that the system uses to arrange minimized windows.
- Header
#include <xtd/forms/arrange_starting_position>
- Namespace
- xtd::forms
- Library
- xtd.forms
Enumerator |
---|
bottom_left | Starts at the lower-left corner of the screen, which is the default position.
|
bottom_right | Starts at the lower-right corner of the screen.
|
top_left | Starts at the upper-left corner of the screen.
|
top_right | Starts at the upper-right corner of the screen.
|
hide | Hides minimized windows by moving them off the visible area of the screen.
|