Class MapLineSegmentView
Creates a line between two points in a map path figure.
Inherited Members
Namespace: Telerik.Windows.Controls.Map
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public class MapLineSegmentView : MapPathSegmentView
Constructors
MapLineSegmentView()
Initializes a new instance of the MapLineSegmentView class.
Declaration
public MapLineSegmentView()
Fields
PointProperty
Identifies the Point dependency property.
Declaration
public static readonly DependencyProperty PointProperty
Field Value
System.Windows.DependencyProperty
|
Properties
Point
Gets or sets the end point of the line segment. This is a dependency property.
Declaration
public Location Point { get; set; }
Property Value
Location
|