TransformOrigin Enum
In This Article
Lists all the possible transform origins.
Namespace: DevExpress.XtraMap
Assembly: DevExpress.XtraMap.v24.2.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. |
Top
|
The top-left point of the map items’ bounding box. |
Top
|
The top-right point of the map items’ bounding box. |
Bottom
|
The bottom-left point of the map items’ bounding box. |
Bottom
|
The bottom-right point of the map items’ bounding box. |
See Also