MapEditor.SetTransformMode(MapItemTransform) Method
In This Article
Enables the Map Editor‘s Transformation mode. In this mode, you can transform map items.
Namespace: DevExpress.XtraMap
Assembly: DevExpress.XtraMap.v24.2.dll
NuGet Package: DevExpress.Win.Map
#Declaration
public void SetTransformMode(
MapItemTransform availableTransform = MapItemTransform.All
)
#Optional Parameters
Name | Type | Default | Description |
---|---|---|---|
available |
Map |
All | Transformations that can be applied to map items. |
See Also