string alignment definitions.
Variables | |
constexpr xtd::int32 | SA_NEAR |
Specifies the text be aligned near the layout. In a left-to-right layout, the near position is left. In a right-to-left layout, the near position is right. | |
constexpr xtd::int32 | SA_CENTER |
Specifies that text is aligned in the center of the layout rectangle. | |
constexpr xtd::int32 | SA_FAR |
Specifies that text is aligned far from the origin position of the layout rectangle. In a left-to-right layout, the far position is right. In a right-to-left layout, the far position is left. | |
|
constexpr |
#include <xtd.drawing.native/include/xtd/drawing/native/string_alignments.h>
Specifies the text be aligned near the layout. In a left-to-right layout, the near position is left. In a right-to-left layout, the near position is right.
|
constexpr |
#include <xtd.drawing.native/include/xtd/drawing/native/string_alignments.h>
Specifies that text is aligned in the center of the layout rectangle.
|
constexpr |
#include <xtd.drawing.native/include/xtd/drawing/native/string_alignments.h>
Specifies that text is aligned far from the origin position of the layout rectangle. In a left-to-right layout, the far position is right. In a right-to-left layout, the far position is left.