xtd 0.2.0
form_start_position.hpp
Go to the documentation of this file.
1
4#pragma once
5#include <xtd/enum>
6
8namespace xtd {
10 namespace forms {
34 }
35}
36
40};
std::vector< std::pair< enum_t, xtd::string > > enum_collection
Represents a pair of an enum_t value and a string of an enum of type enum_t.
Definition enum_collection.hpp:24
form_start_position
Specifies the initial position of a form.
Definition form_start_position.hpp:22
@ center_parent
The form is centered within the bounds of its parent form.
Definition form_start_position.hpp:32
@ manual
The position of the form is determined by the Location property.
Definition form_start_position.hpp:24
@ windows_default_bounds
The form is positioned at the Windows default location and has the bounds determined by Windows defau...
Definition form_start_position.hpp:30
@ center_screen
The form is centered on the current display, and has the dimensions specified in the form's size.
Definition form_start_position.hpp:26
@ windows_default_location
The form is positioned at the Windows default location and has the dimensions specified in the form's...
Definition form_start_position.hpp:28
The xtd::forms namespace contains classes for creating Windows-based applications that take full adva...
Definition texts.hpp:219
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition abstract_object.hpp:8
Provides the registration struct for enumerations.
Definition enum_register.hpp:38