windowsforms-devexpress-dot-xtramap-0245a5b9.md
Lists all the possible transform origins.
Namespace : DevExpress.XtraMap
Assembly : DevExpress.XtraMap.v25.2.dll
NuGet Package : DevExpress.Win.Map
public enum TransformOrigin
Public Enum TransformOrigin
| 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