xtd 0.2.0
Loading...
Searching...
No Matches
left_right_alignment.h
Go to the documentation of this file.
1
4#pragma once
5#include <xtd/enum>
6
8namespace xtd {
10 namespace forms {
21 left = 0,
23 right = 1,
24 };
25 }
26}
27
31};
std::vector< std::pair< enum_t, xtd::ustring > > enum_collection
Represents a pair of an enum_t value and a string of an enum of type enum_t.
Definition enum_collection.h:19
left_right_alignment
Specifies whether an object or text is aligned to the left or right of a reference point.
Definition left_right_alignment.h:19
@ right
Bind control edges to the right of its container.
@ left
Bind control edges to the left of its container.
@ right
The object or text is aligned to the right of the reference point.
@ left
The object or text is aligned to the left of the reference point.
The xtd::forms namespace contains classes for creating Windows-based applications that take full adva...
Definition xtd_about_box.h:12
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition xtd_about_box.h:10
Provides the registration struct for enumerations.
Definition enum_register.h:36