LayerAnchorLocation¶
Namespace: ThinkGeo.Core
public enum LayerAnchorLocation
Inheritance Object → ValueType → Enum → LayerAnchorLocation
Implements IComparable, IFormattable, IConvertible
Fields¶
| Name | Value | Description |
|---|---|---|
| UpperLeft | 1 | |
| UpperRight | 2 | |
| LowerRight | 3 | |
| LowerLeft | 4 | |
| Center | 5 | |
| UpperCenter | 6 | |
| LowerCenter | 7 | |
| LeftCenter | 8 | |
| RightCenter | 9 |