xtd 0.2.0
Loading...
Searching...
No Matches

◆ arrange_direction

enum class xtd::forms::arrange_direction
strong

Specifies the direction the system uses to arrange minimized windows.

Header
#include <xtd/forms/arrange_direction>
Namespace
xtd::forms
Library
xtd.forms
Remarks
This enumeration has a flags attribute attribute that allows a bitwise combination of its member values.
This enumeration is used by the arrange_direction property of the system_information class.
Enumerator
down 

Arranges vertically, from top to bottom.

left 

Arranges horizontally, from left to right.

right 

Arranges horizontally, from right to left.

up 

Arranges vertically, from bottom to top.