Enum Alignment
Values for aligning.
Namespace: Gorgon.UI
Assembly: Gorgon.Core.dll
Syntax
public enum Alignment
Fields
Name | Description |
---|---|
Center | Centered vertically and horizontally. |
CenterLeft | Vertically centered, and left aligned. |
CenterRight | Vertically centered, aligned to the right. |
LowerCenter | Centered horizontally, aligned to the bottom. |
LowerLeft | Lower left corner. |
LowerRight | Lower right corner. |
None | No alignment. |
UpperCenter | Centered horizontally, aligned to the top. |
UpperLeft | Upper left corner. |
UpperRight | Upper right corner. |