Skip to main content

TransformOrigin Enum

Lists predefined transformation origins.

Namespace: DevExpress.Xpf.Map

Assembly: DevExpress.Xpf.Map.v23.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