Skip to content

AdornmentLocation

Namespace: ThinkGeo.Core

Specifies the anchor origin used to calculate the drawing location of an adornment.

public enum AdornmentLocation

Inheritance objectValueTypeEnumAdornmentLocation
Implements IComparable, ISpanFormattable, IFormattable, IConvertible

Fields

Name Value Description
UseOffsets 0 Offsets are measured from the map's upper-left corner.
UpperLeft 1 Calculate the location relative to the upper-left corner.
UpperCenter 2 Calculate the location relative to the middle of the top edge.
UpperRight 3 Calculate the location relative to the upper-right corner.
CenterLeft 4 Calculate the location relative to the midpoint of the left edge.
Center 5 Calculate the location relative to the center of the map.
CenterRight 6 Calculate the location relative to the midpoint of the right edge.
LowerLeft 7 Calculate the location relative to the lower-left corner.
LowerCenter 8 Calculate the location relative to the middle of the bottom edge.
LowerRight 9 Calculate the location relative to the lower-right corner.