Click or drag to resize
GUIAnchor Enumeration
GUI anchor.

Namespace: Candlelight
Assembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntax
C#
public enum GUIAnchor
Members
  Member nameValueDescription
LowerLeft0 Flag to anchor to the lower left.
LowerRight1 Flag to anchor to the lower right.
TopLeft2 Flag to anchor to the upper left.
TopRight3 Flat to anchor to the upper right.
See Also