xtd_c - Reference Guide 0.2.0
dock_style.h
Go to the documentation of this file.
1 
6 #pragma once
7 
31 };
32 
The control's top edge is docked to the top of its containing control.
Definition: dock_style.h:22
The control's right edge is docked to the right edge of its containing control.
Definition: dock_style.h:28
The control is not docked.
Definition: dock_style.h:20
The control's bottom edge is docked to the bottom of its containing control.
Definition: dock_style.h:24
xtd_forms_dock_style
Specifies the position and manner in which a control is docked.
Definition: dock_style.h:18
All the control's edges are docked to the all edges of its containing control and sized appropriately...
Definition: dock_style.h:30
The control's left edge is docked to the left edge of its containing control.
Definition: dock_style.h:26