Skip to main content
A newer version of this page is available. .

TransformOrigin Enum

Lists all the possible transform origins.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v18.2.dll

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