AdornmentLocation¶
Namespace: ThinkGeo.Core
public enum AdornmentLocation
Inheritance Object → ValueType → Enum → AdornmentLocation
 Implements IComparable, IFormattable, IConvertible
Remarks:
None
Fields¶
| Name | Value | Description | 
|---|---|---|
| UseOffsets | 0 | This method makes the GetDrawingLocation function calculate the drawing location by | 
| XOffset and YOffset from the upper left point. | ||
| UpperLeft | 1 | This method makes the GetDrawingLocation function calculate the drawing location by | 
| XOffset and YOffset from the upper left point. | ||
| UpperCenter | 2 | This method makes the GetDrawingLocation function calculate the drawing location by | 
| XOffset and YOffset from the upper center point. | ||
| UpperRight | 3 | This method makes the GetDrawingLocation function calculate the drawing location by | 
| XOffset and YOffset from the upper right point. | ||
| CenterLeft | 4 | This method makes the GetDrawingLocation function calculate the drawing location by | 
| XOffset and YOffset from the center left point. | ||
| Center | 5 | This method makes the GetDrawingLocation function calculate the drawing location by | 
| XOffset and YOffset from the center point. | ||
| CenterRight | 6 | This method makes the GetDrawingLocation function calculate the drawing location by | 
| XOffset and YOffset from the center right point. | ||
| LowerLeft | 7 | This method makes the GetDrawingLocation function calculate the drawing location by | 
| XOffset and YOffset from the lower left point. | ||
| LowerCenter | 8 | This method makes the GetDrawingLocation function calculate the drawing location by | 
| XOffset and YOffset from the lower center point. | ||
| LowerRight | 9 | This method makes the GetDrawingLocation function calculate the drawing location by | 
| XOffset and YOffset from the lower right point. |