xtd_c - Reference Guide 0.2.0
anchor_styles.h File Reference

Definition

Contains xtd_forms_anchor_styles enum.

Go to the source code of this file.

Enumerations

enum  xtd_forms_anchor_styles {
  xtd_forms_anchor_styles_none = 0x0,
  xtd_forms_anchor_styles_top = 0x1,
  xtd_forms_anchor_styles_bottom = 0x2,
  xtd_forms_anchor_styles_left = 0x4,
  xtd_forms_anchor_styles_right = 0x8,
  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
}
 Specifies how a control anchors to the edges of its container. More...