RadControls for WPF

Represents the MapPinPoint class. This class is mostly intended to support Point element in the KML files.

Namespace: Telerik.Windows.Controls.Map
Assembly: Telerik.Windows.Controls.DataVisualization (in Telerik.Windows.Controls.DataVisualization.dll) Version: 2013.2.611.40

Syntax

C#
public class MapPinPoint : Control, 
	IExtendedData
Visual Basic
Public Class MapPinPoint _
	Inherits Control _
	Implements IExtendedData

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
              Telerik.Windows.Controls.Map..::..MapPinPoint

See Also