MapPath
Class
Draws a series of connected lines and curves given in the geographical coordinates.
Definition
Namespace:Telerik.Windows.Controls.Map
Assembly:Telerik.Windows.Controls.DataVisualization.dll
Syntax:
C#
public class MapPath : MapShape, IExtendedData, IColorable, IGeoSizeProvider
Inheritance: objectMapShapeMapPath
Implements:
Inherited Members
Constructors
Initializes a new instance of the MapPath class.
C#
public MapPath()
Fields
DataProperty
DependencyProperty
Identifies the Data dependency property.
C#
public static readonly DependencyProperty DataProperty
Properties
Gets or sets a MapGeometry that specifies the shape to be drawn. This is a dependency property.
C#
public MapGeometry Data { get; set; }
ScreenBounds
Rect
Gets bounding rectangle given in pixels.
C#
public override Rect ScreenBounds { get; }
Overrides:
Methods
Change location of the shape.
C#
public override void MoveTo(Location location)
New location.
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.
Prepare shape.
C#
protected override Size PrepareShape()
Size
Overrides: