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

Definition

content alignment definitions.

Warning
Internal use only

Variables

constexpr size_t CA_TOPLEFT
 Content is vertically aligned at the top, and horizontally aligned on the left.
 
constexpr size_t CA_TOPCENTER
 Content is vertically aligned at the top, and horizontally aligned at the center.
 
constexpr size_t CA_TOPRIGHT
 Content is vertically aligned at the top, and horizontally aligned on the right.
 
constexpr size_t CA_MIDDLELEFT
 Content is vertically aligned in the middle, and horizontally aligned on the left.
 
constexpr size_t CA_MIDDLECENTER
 Content is vertically aligned at the middle, and horizontally aligned at the center.
 
constexpr size_t CA_MIDDLERIGHT
 Content is vertically aligned at the middle, and horizontally aligned on the right.
 
constexpr size_t CA_BOTTOMLEFT
 Content is vertically aligned in the bottom, and horizontally aligned on the left.
 
constexpr size_t CA_BOTTOMCENTER
 Content is vertically aligned at the bottom, and horizontally aligned at the center.
 
constexpr size_t CA_BOTTOMRIGHT
 Content is vertically aligned at the bottom, and horizontally aligned on the right.
 

Variable Documentation

◆ CA_TOPLEFT

constexpr size_t CA_TOPLEFT
constexpr

#include <xtd.forms.native/include/xtd/forms/native/content_alignment.h>

Content is vertically aligned at the top, and horizontally aligned on the left.

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

◆ CA_TOPCENTER

constexpr size_t CA_TOPCENTER
constexpr

#include <xtd.forms.native/include/xtd/forms/native/content_alignment.h>

Content is vertically aligned at the top, and horizontally aligned at the center.

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

◆ CA_TOPRIGHT

constexpr size_t CA_TOPRIGHT
constexpr

#include <xtd.forms.native/include/xtd/forms/native/content_alignment.h>

Content is vertically aligned at the top, and horizontally aligned on the right.

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

◆ CA_MIDDLELEFT

constexpr size_t CA_MIDDLELEFT
constexpr

#include <xtd.forms.native/include/xtd/forms/native/content_alignment.h>

Content is vertically aligned in the middle, and horizontally aligned on the left.

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

◆ CA_MIDDLECENTER

constexpr size_t CA_MIDDLECENTER
constexpr

#include <xtd.forms.native/include/xtd/forms/native/content_alignment.h>

Content is vertically aligned at the middle, and horizontally aligned at the center.

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

◆ CA_MIDDLERIGHT

constexpr size_t CA_MIDDLERIGHT
constexpr

#include <xtd.forms.native/include/xtd/forms/native/content_alignment.h>

Content is vertically aligned at the middle, and horizontally aligned on the right.

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

◆ CA_BOTTOMLEFT

constexpr size_t CA_BOTTOMLEFT
constexpr

#include <xtd.forms.native/include/xtd/forms/native/content_alignment.h>

Content is vertically aligned in the bottom, and horizontally aligned on the left.

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

◆ CA_BOTTOMCENTER

constexpr size_t CA_BOTTOMCENTER
constexpr

#include <xtd.forms.native/include/xtd/forms/native/content_alignment.h>

Content is vertically aligned at the bottom, and horizontally aligned at the center.

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

◆ CA_BOTTOMRIGHT

constexpr size_t CA_BOTTOMRIGHT
constexpr

#include <xtd.forms.native/include/xtd/forms/native/content_alignment.h>

Content is vertically aligned at the bottom, and horizontally aligned on the right.

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