Back to Devexpress

TransformOrigin Enum

windowsforms-devexpress-dot-xtramap-0245a5b9.md

latest1.3 KB
Original Source

TransformOrigin Enum

Lists all the possible transform origins.

Namespace : DevExpress.XtraMap

Assembly : DevExpress.XtraMap.v25.2.dll

NuGet Package : DevExpress.Win.Map

Declaration

csharp
public enum TransformOrigin
vb
Public Enum TransformOrigin

Members

NameDescription
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

DevExpress.XtraMap Namespace