| GUIAnchor Enumeration |
Namespace: Candlelight
public enum GUIAnchor
| Member name | Value | Description | |
|---|---|---|---|
| LowerLeft | 0 | Flag to anchor to the lower left. | |
| LowerRight | 1 | Flag to anchor to the lower right. | |
| TopLeft | 2 | Flag to anchor to the upper left. | |
| TopRight | 3 | Flat to anchor to the upper right. |