MapPolygon
Class
Represents polygon, which is a connected series of lines that form a closed shape given in the geographical coordinates.
Definition
Namespace:Telerik.Windows.Controls.Map
Assembly:Telerik.Windows.Controls.DataVisualization.dll
Syntax:
C#
public class MapPolygon : MapPolyline, IExtendedData, IColorable, IGeoSizeProvider
Inheritance: objectMapShapeMapPolylineMapPolygon
Implements:
Inherited Members
Constructors
Initializes a new instance of the MapPolygon class.
C#
public MapPolygon()
Methods
Creates the shape.
C#
protected override void CreateShape()
Overrides:
Raises the event. This method is invoked whenever is set to true internally.
C#
protected override void OnInitialized(EventArgs e)
The RoutedEventArgs that contains the event data.
Overrides: