xtd_c - Reference Guide 0.2.0
dock_style.h File Reference

Definition

Contains xtd_forms_dock_style enum class.

Go to the source code of this file.

Enumerations

enum  xtd_forms_dock_style {
  xtd_forms_dock_style_none = 0,
  xtd_forms_dock_style_top = 1,
  xtd_forms_dock_style_bottom = 2,
  xtd_forms_dock_style_left = 3,
  xtd_forms_dock_style_right = 4,
  xtd_forms_dock_style_fill = 5
}
 Specifies the position and manner in which a control is docked. More...