Class MapPath
Draws a series of connected lines and curves given in the geographical coordinates.
Inherited Members
Namespace: Telerik.Windows.Controls.Map
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public class MapPath : MapShape, IExtendedData, IColorable, IGeoSizeProvider
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
System.Windows.DependencyProperty
|
Properties
Data
Gets or sets a MapGeometry that specifies the shape to be drawn. This is a dependency property.
Declaration
public MapGeometry Data { get; set; }
Property Value
MapGeometry
|
ScreenBounds
Gets bounding rectangle given in pixels.
Declaration
public override Rect ScreenBounds { get; }
Property Value
System.Windows.Rect
|
Overrides
Methods
MoveTo(Location)
Change location of the shape.
Declaration
public override void MoveTo(Location location)
Parameters
Location
location
New location. |
Overrides
OnMapControlChanged(RadMap, RadMap)
Is called when map control is changed.
Declaration
protected override void OnMapControlChanged(RadMap oldMap, RadMap newMap)
Parameters
RadMap
oldMap
Old map control. |
RadMap
newMap
New map control. |
Overrides
PrepareShape()
Prepare shape.
Declaration
protected override Size PrepareShape()
Returns
System.Windows.Size
|