A WPF PushPin control that provides support custom data in the tooltip, dynamics and styles

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

Syntax

C#
public class PushPin : UserControl, ICloneable, 
	ICustomTypeDescriptor, IDisposable
Visual Basic
Public Class PushPin _
	Inherits UserControl _
	Implements ICloneable, ICustomTypeDescriptor, IDisposable
JScript
public class PushPin extends UserControl implements ICloneable, ICustomTypeDescriptor, IDisposable

Inheritance Hierarchy

System..::..Object
  System.Windows.Threading..::..DispatcherObject
    System.Windows..::..DependencyObject
      System.Windows.Media..::..Visual
        System.Windows..::..UIElement
          System.Windows..::..FrameworkElement
            System.Windows.Controls..::..Control
              System.Windows.Controls..::..ContentControl
                System.Windows.Controls..::..UserControl
                  Ico.Ewx..::..PushPin

See Also