Skip to main content

MapItemEditingEventArgs.AdditionalInfo Property

Returns additional information about edited items.

Namespace: DevExpress.Xpf.Map

Assembly: DevExpress.Xpf.Map.v23.2.dll

NuGet Package: DevExpress.Wpf.Map

Declaration

public object AdditionalInfo { get; }

Property Value

Type Description
Object

An object that contains additional information about edited items.

Remarks

When the MapEditor‘s mode is Transform, the AdditionalInfo property returns an object that contains the following information:

  • A scale factor.
  • Vertical and horizontal offsets.
  • A rotation angle.

When the MapEditor‘s mode is Edit, an EditableItemHitInfo object is returned.

See Also