Represents a single map layer in the EWX Control.

Namespace: Ico.Ewx
Assembly: EwxLayer (in EwxLayer.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public class SingleMapLayer : Canvas, 
	IServiceProvider, IDisposable, ICustomTypeDescriptor
Visual Basic
Public Class SingleMapLayer _
	Inherits Canvas _
	Implements IServiceProvider, IDisposable, ICustomTypeDescriptor
JScript
public class SingleMapLayer extends Canvas implements IServiceProvider, IDisposable, ICustomTypeDescriptor

Inheritance Hierarchy

System..::..Object
  System.Windows.Threading..::..DispatcherObject
    System.Windows..::..DependencyObject
      System.Windows.Media..::..Visual
        System.Windows..::..UIElement
          System.Windows..::..FrameworkElement
            System.Windows.Controls..::..Panel
              System.Windows.Controls..::..Canvas
                Ico.Ewx..::..SingleMapLayer

See Also