Skip to main content

MapEditor.SetTransformMode(MapItemTransform) Method

Enables the Map Editor‘s Transformation mode. In this mode, you can transform map items.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v23.2.dll

NuGet Package: DevExpress.Win.Map

Declaration

public void SetTransformMode(
    MapItemTransform availableTransform = MapItemTransform.All
)

Optional Parameters

Name Type Default Description
availableTransform MapItemTransform All

Transformations that can be applied to map items.

See Also