MapLineView
Class
Represents line given in the geographical coordinates.
Definition
Namespace:Telerik.Windows.Controls.Map
Assembly:Telerik.Windows.Controls.DataVisualization.dll
Syntax:
C#
public class MapLineView : MapShapeBindableWrapper
Inheritance: objectMapShapeBindableWrapperMapLineView
Inherited Members
Constructors
Initializes a new instance of the MapLineView class.
C#
public MapLineView()
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