Class LineSegmentData
Creates a line between two points in a PathFigureData.
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
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
|