MapItemEditingEventArgs.AdditionalInfo Property
Returns additional information about edited items.
Namespace: DevExpress.Xpf.Map
Assembly: DevExpress.Xpf.Map.v25.1.dll
NuGet Package: DevExpress.Wpf.Map
Declaration
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