MapEditorTransformMode Class
The Map Editor‘s mode that allows you to move, resize, and rotate map items.
Namespace: DevExpress.Xpf.Map
Assembly: DevExpress.Xpf.Map.v24.2.dll
NuGet Package: DevExpress.Wpf.Map
#Declaration
public class MapEditorTransformMode :
MapEditorModeBase
#Remarks
The icon on the built-in Editor Panel enables the Transform mode:
The markup below translates the Editor to this mode at design time:
<dxm:MapEditor>
<dxm:MapEditor.Mode>
<dxm:MapEditorTransformMode Transform="Rotate,Move"/>
</dxm:MapEditor.Mode>
</dxm:MapEditor>
The code above uses the properties below:
Symbol | Description |
---|---|
Map |
Gets or sets the mode that the Map Editor currently uses. |
Map |
The Map Editor‘s mode that allows you to move, resize, and rotate map items. |
Map |
Gets or sets the value that specifies transformations that an end user can apply to the Editor’s active items. |
Note
The Editor’s mode can be set to Transform at runtime using the Map
Note that several map item types do not support the rotate and resize transformations. The following table lists transformations available for each map item type:
Map Item | Translate | Resize | Rotate |
---|---|---|---|
Map |
Yes | ||
Map |
Yes | ||
Map |
Yes | Yes | |
Map |
Yes | Yes | Yes |
Map |
Yes | Yes | |
Map |
Yes | Yes | |
Map |
Yes | Yes | Yes |
Map |
Yes | Yes | Yes |
Map |
Yes | Yes | Yes |
Map |
Yes | ||
Map |
Yes |
Important
Several map items form a group of active items when they are selected simultaneously.
Transformations available for this group are transformations that are available for the less changeable item.
For example, when the Map