MindFusion.Mapping Programmer's Guide

MapEventArgs.MapElement Property

See Also
 






Gets or sets the MapElement for which the event is raised.

Namespace: MindFusion.Mapping.Wpf
Assembly: MindFusion.Mapping.Wpf

 Syntax

C#  Copy Code

public MapElement MapElement { get; set; }

Visual Basic  Copy Code

Public Property MapElement As MapElement

 Property Value

A MapElement instance.

 See Also