xtd 0.2.0
Loading...
Searching...
No Matches
string alignment

Definition

string alignment definitions.

Warning
Internal use only

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.
 

Variable Documentation

◆ SA_NEAR

constexpr xtd::int32 SA_NEAR
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.

Library
xtd.drawing.native
Remarks
Added specifically for xtd.
Warning
Internal use only

◆ SA_CENTER

constexpr xtd::int32 SA_CENTER
constexpr

#include <xtd.drawing.native/include/xtd/drawing/native/string_alignments.h>

Specifies that text is aligned in the center of the layout rectangle.

Library
xtd.drawing.native
Remarks
Added specifically for xtd.
Warning
Internal use only

◆ SA_FAR

constexpr xtd::int32 SA_FAR
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.

Library
xtd.drawing.native
Remarks
Added specifically for xtd.
Warning
Internal use only