Class LineSegmentData
Creates a line between two points in a PathFigureData.
Inherited Members
Namespace: Telerik.Windows.Controls.Map
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public class LineSegmentData : PathSegmentData, INotifyPropertyChanged
Constructors
LineSegmentData()
Declaration
public LineSegmentData()
Properties
Point
Gets or sets the end point of the line segment.
Declaration
public Location Point { get; set; }
Property Value
Location
|