xtd 0.2.0
Loading...
Searching...
No Matches
string_alignments.h
1#pragma once
3#if !defined(__XTD_DRAWING_NATIVE_LIBRARY__)
4#error "Do not include this file: Internal use only"
5#endif
7
8#include <xtd/types.h>
9
16constexpr xtd::int32 SA_NEAR = 0;
17
24constexpr xtd::int32 SA_CENTER = 1;
25
32constexpr xtd::int32 SA_FAR = 2;
constexpr xtd::int32 SA_NEAR
Specifies the text be aligned near the layout. In a left-to-right layout, the near position is left....
Definition string_alignments.h:16
constexpr xtd::int32 SA_FAR
Specifies that text is aligned far from the origin position of the layout rectangle....
Definition string_alignments.h:32
constexpr xtd::int32 SA_CENTER
Specifies that text is aligned in the center of the layout rectangle.
Definition string_alignments.h:24
int32_t int32
Represents a 32-bit signed integer.
Definition int32.h:23
Contains xtd fundamental types.