Skip to main content
A newer version of this page is available. .

MapEditor.SetTransformMode(MapItemTransform) Method

Enables the Map Editor‘s Transformation mode that allows applying the specified transformation to the map items.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v19.2.dll

Declaration

public void SetTransformMode(
    MapItemTransform availableTransform = MapItemTransform.All
)

Optional Parameters

Name Type Default Description
availableTransform MapItemTransform -1

Transformations that can be applied to map items.

See Also