xtd_c - Reference Guide
0.2.0
xtd_c.forms
include
xtd_c
forms
anchor_styles.h
Go to the documentation of this file.
1
6
#pragma once
7
16
enum
xtd_forms_anchor_styles
{
18
xtd_forms_anchor_styles_none
= 0x0,
20
xtd_forms_anchor_styles_top
= 0x1,
22
xtd_forms_anchor_styles_bottom
= 0x2,
24
xtd_forms_anchor_styles_left
= 0x4,
26
xtd_forms_anchor_styles_right
= 0x8,
28
xtd_forms_anchor_styles_all
=
xtd_forms_anchor_styles_top
|
xtd_forms_anchor_styles_bottom
|
xtd_forms_anchor_styles_left
|
xtd_forms_anchor_styles_right
,
29
};
30
32
typedef
enum
xtd_forms_anchor_styles
xtd_forms_anchor_styles
;
xtd_forms_anchor_styles_bottom
Bind control edges to the bottom of its container.
Definition:
anchor_styles.h:22
xtd_forms_anchor_styles_top
Bind control edges to the top of its container.
Definition:
anchor_styles.h:20
xtd_forms_anchor_styles_all
All flags except none.
Definition:
anchor_styles.h:28
xtd_forms_anchor_styles_none
no styles.
Definition:
anchor_styles.h:18
xtd_forms_anchor_styles_right
Bind control edges to the right of its container.
Definition:
anchor_styles.h:26
xtd_forms_anchor_styles_left
Bind control edges to the left of its container.
Definition:
anchor_styles.h:24
xtd_forms_anchor_styles
xtd_forms_anchor_styles
Specifies how a control anchors to the edges of its container.
Definition:
anchor_styles.h:16
Generated on Tue Mar 14 2023 13:06:03 for xtd_c - Reference Guide by
Gammasoft
. All rights reserved.