RadControls for WPF

Represents polygon, which is a connected series of lines that form a closed shape given in the geographical coordinates.

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 MapPolygon : MapPolyline
Visual Basic
Public Class MapPolygon _
	Inherits MapPolyline

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..::..MapShape
                Telerik.Windows.Controls.Map..::..MapPolyline
                  Telerik.Windows.Controls.Map..::..MapPolygon

See Also