[archived content]

AnchorStyles enumeration

public enum AnchorStyles
  • NONE
  • TOP
  • BOTTOM
  • LEFT
  • RIGHT

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.
Page last modified on October 14, 2007, at 06:17 PM