Working with Common Classes > Enumerations > AnchorStyles
Namespace: PP;
The AnchorStyles enumeration contains layout options of control inside container.
It is used by the following properties:
Value | Brief description |
Top | Top. |
Left | Left. |
Right | Right. |
Bottom | Bottom. |
None | Undefined. |
See also: