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 predefined transformation origins.

Namespace: DevExpress.Xpf.Map

Assembly: DevExpress.Xpf.Map.v24.2.dll

NuGet Package: DevExpress.Wpf.Map

#Declaration

public enum TransformOrigin

#Members

Name Description
Left

The bounding box left edge’s center.

Top

The bounding box top edge’s center.

Right

The bounding box right edge’s center.

Bottom

The bounding box bottom edge’s center.

Center

The bounding box’s center.

TopLeft

The bounding box’s top left corner.

TopRight

The bounding box’s top right corner.

BottomLeft

The bounding box’s bottom left corner.

BottomRight

The bounding box’s bottom right corner.

See Also