TransformOrigin Enum
Lists all the possible transform origins.
Namespace: DevExpress.XtraMap
Assembly: DevExpress.XtraMap.v24.1.dll
NuGet Package: DevExpress.Win.Map
Declaration
Members
Name | Description |
---|---|
Left
|
The left point of the map items’ bounding box. |
Top
|
The top point of the map items’ bounding box. |
Right
|
The right point of the map items’ bounding box. |
Bottom
|
The bottom point of the map items’ bounding box. |
Center
|
The center point of the map items’ bounding box. |
TopLeft
|
The top-left point of the map items’ bounding box. |
TopRight
|
The top-right point of the map items’ bounding box. |
BottomLeft
|
The bottom-left point of the map items’ bounding box. |
BottomRight
|
The bottom-right point of the map items’ bounding box. |
See Also