MapLine
Class
Represents line given in the geographical coordinates.
Definition
Namespace:Telerik.Windows.Controls.Map
Assembly:Telerik.Windows.Controls.DataVisualization.dll
Syntax:
C#
public class MapLine : MapShape, IExtendedData, IColorable, IGeoSizeProvider
Inheritance: objectMapShapeMapLine
Implements:
Inherited Members
Constructors
Initializes a new instance of the MapLine class.
C#
public MapLine()
Fields
Point1Property
DependencyProperty
Identifies the Point1 dependency property.
C#
public static readonly DependencyProperty Point1Property
Point2Property
DependencyProperty
Identifies the Point2 dependency property.
C#
public static readonly DependencyProperty Point2Property
Properties
ScreenBounds
Rect
Gets bounding rectangle given in pixels.
C#
public override Rect ScreenBounds { get; }
Overrides:
Methods
Change location of the line so Point1 coincide with new location.
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: