AnchorStyles enumeration
Note: anchoring is not supported by DFL. Here is a simple anchor implementation.
enum
with the possible styles for anchoring a window in it's parent/container window.
- NONE
- The window is not anchored.
- TOP
- The window is anchored to the top.
- BOTTOM
- The window is anchored to the bottom.
- LEFT
- The window is anchored to the left.
- RIGHT
- The window is anchored to the right.