#include <xtd/enum>Contains xtd::forms::form_start_position enum class.


Go to the source code of this file.
Namespaces | |
| xtd | |
| The xtd namespace contains all fundamental classes to access Hardware, Os, System, and more. | |
| xtd::forms | |
| The xtd::forms namespace contains classes for creating Windows-based applications that take full advantage of the rich user interface features available in the Microsoft Windows operating system, Apple macOS and Linux like Ubuntu operating system. | |
Enumerations | |
| enum | xtd::forms::form_start_position { xtd::forms::form_start_position::manual = 0, xtd::forms::form_start_position::center_screen = 1, xtd::forms::form_start_position::windows_default_location = 2, xtd::forms::form_start_position::windows_default_bounds = 3, xtd::forms::form_start_position::center_parent = 4 } |
| Specifies the initial position of a form. More... | |