LayerAnchorLocation¶
Namespace: ThinkGeo.Core
Specifies the anchor position used when placing a layer within a printer layout.
public enum LayerAnchorLocation
Inheritance object → ValueType → Enum → LayerAnchorLocation
Implements IComparable, ISpanFormattable, IFormattable, IConvertible
Fields¶
| Name | Value | Description |
|---|---|---|
| UpperLeft | 1 | Align the layer to the upper-left corner of the target area. |
| UpperRight | 2 | Align the layer to the upper-right corner of the target area. |
| LowerRight | 3 | Align the layer to the lower-right corner of the target area. |
| LowerLeft | 4 | Align the layer to the lower-left corner of the target area. |
| Center | 5 | Center the layer both horizontally and vertically. |
| UpperCenter | 6 | Align the layer to the middle of the top edge. |
| LowerCenter | 7 | Align the layer to the middle of the bottom edge. |
| LeftCenter | 8 | Align the layer to the midpoint of the left edge. |
| RightCenter | 9 | Align the layer to the midpoint of the right edge. |