xtd_c - Reference Guide
0.2.0
xtd_c.forms
include
xtd_c
forms
dock_style.h
Go to the documentation of this file.
1
6
#pragma once
7
18
enum
xtd_forms_dock_style
{
20
xtd_forms_dock_style_none
= 0,
22
xtd_forms_dock_style_top
= 1,
24
xtd_forms_dock_style_bottom
= 2,
26
xtd_forms_dock_style_left
= 3,
28
xtd_forms_dock_style_right
= 4,
30
xtd_forms_dock_style_fill
= 5,
31
};
32
34
typedef
enum
xtd_forms_dock_style
xtd_forms_dock_style
;
xtd_forms_dock_style_top
The control's top edge is docked to the top of its containing control.
Definition:
dock_style.h:22
xtd_forms_dock_style_right
The control's right edge is docked to the right edge of its containing control.
Definition:
dock_style.h:28
xtd_forms_dock_style_none
The control is not docked.
Definition:
dock_style.h:20
xtd_forms_dock_style_bottom
The control's bottom edge is docked to the bottom of its containing control.
Definition:
dock_style.h:24
xtd_forms_dock_style
xtd_forms_dock_style
Specifies the position and manner in which a control is docked.
Definition:
dock_style.h:18
xtd_forms_dock_style_fill
All the control's edges are docked to the all edges of its containing control and sized appropriately...
Definition:
dock_style.h:30
xtd_forms_dock_style_left
The control's left edge is docked to the left edge of its containing control.
Definition:
dock_style.h:26
Generated on Tue Mar 14 2023 13:06:03 for xtd_c - Reference Guide by
Gammasoft
. All rights reserved.