Version

MapElement Class

The abstract base class for all map elements (direct layer content).
Syntax
'Declaration
 
Public MustInherit Class MapElement 
   Inherits System.Windows.DependencyObject
   Implements ILogicalObject 
public abstract class MapElement : System.Windows.DependencyObject, ILogicalObject  
Remarks
This class has intentionally been left public to enable creation of new Element types by the user. Creating new Element types may not be a trivial propostion.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also