Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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

public enum TransformOrigin

#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