Specifies how a control anchors to the edges of its container.
- Namespace
- xtd::forms
- Library
- xtd.forms
Enumerator |
---|
none | no styles.
|
top | Bind control edges to the top of its container.
|
bottom | Bind control edges to the bottom of its container.
|
left | Bind control edges to the left of its container.
|
right | Bind control edges to the right of its container.
|
all | All flags except none.
|