string_alignment
Specifies the alignment of a text string relative to its layout rectangle.
Definition string_alignment.hpp:23
@ far
Specifies that text is aligned far from the origin position of the layout rectangle....
Definition string_alignment.hpp:29
@ near
Specifies the text be aligned near the layout. In a left-to-right layout, the near position is left....
Definition string_alignment.hpp:25
@ center
Specifies that text is aligned in the center of the layout rectangle.
Definition string_alignment.hpp:27
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
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition abstract_object.hpp:8