ClassMapPath
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:
public class MapPath : MapShape, IExtendedData, IColorable, IGeoSizeProvider
Inheritance: objectMapShapeMapPath
Implements:
Inherited Members
Constructors
MapPath()
Initializes a new instance of the MapPath class.
Declaration
public MapPath()
Fields
DataProperty
Identifies the Data dependency property.
Declaration
public static readonly DependencyProperty DataProperty
Field Value
DependencyProperty
Properties
Data
Gets or sets a MapGeometry that specifies the shape to be drawn. This is a dependency property.
ScreenBounds
Gets bounding rectangle given in pixels.
Declaration
public override Rect ScreenBounds { get; }
Property Value
Rect
Overrides
Methods
MoveTo(Location)
Change location of the shape.
Declaration
public override void MoveTo(Location location)
Parameters
location
New location.
Overrides
OnInitialized(EventArgs)
Raises the event. This method is invoked whenever is set to true internally.
Declaration
protected override void OnInitialized(EventArgs e)
Parameters
e
The RoutedEventArgs that contains the event data.
OnMapControlChanged(RadMap, RadMap)
Is called when map control is changed.
PrepareShape()
Prepare shape.
Declaration
protected override Size PrepareShape()
Returns
Size
Overrides