Enum Anchor
- Namespace
- SharpConsoleUI.Layout
- Assembly
- SharpConsoleUI.dll
The corner, edge, or center of the usable desktop that a placed window is aligned to.
public enum Anchor
- Extension Methods
Fields
Bottom = 7Aligned to the bottom edge, centered horizontally.
BottomLeft = 6Aligned to the bottom-left corner.
BottomRight = 8Aligned to the bottom-right corner.
Center = 0Centered horizontally and vertically.
Left = 4Aligned to the left edge, centered vertically.
Right = 5Aligned to the right edge, centered vertically.
Top = 2Aligned to the top edge, centered horizontally.
TopLeft = 1Aligned to the top-left corner.
TopRight = 3Aligned to the top-right corner.