Skip to content

DrawingRectangleAnchorReference

Namespace: ThinkGeo.Core

Specifies the DrawingRectangleAnchorReference enumeration.

public enum DrawingRectangleAnchorReference

Inheritance objectValueTypeEnumDrawingRectangleAnchorReference
Implements IComparable, ISpanFormattable, IFormattable, IConvertible

Fields

Name Value Description
Center 0 Identifies the Center value.
UpperLeft 1 Identifies the UpperLeft value.
UpperRight 2 Identifies the UpperRight value.
LowerLeft 3 Identifies the LowerLeft value.
LowerRight 4 Identifies the LowerRight value.