TransformOrigin Enum
Lists predefined transformation origins.
Namespace: DevExpress.Xpf.Map
Assembly: DevExpress.Xpf.Map.v24.1.dll
NuGet Package: DevExpress.Wpf.Map
Declaration
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