Class
LineSegmentData

Creates a line between two points in a PathFigureData.

Definition

Namespace:Telerik.Windows.Controls.Map

Assembly:Telerik.Windows.Controls.DataVisualization.dll

Syntax:

cs-api-definition
public class LineSegmentData : PathSegmentData, INotifyPropertyChanged

Inheritance: objectPathSegmentDataLineSegmentData

Implements: INotifyPropertyChanged

Inherited Members PathSegmentData.BeginInit()PathSegmentData.EndInit()PathSegmentData.UpdateGeoBounds()PathSegmentData.CalculateNorthwest(IEnumerable<Location>)PathSegmentData.OnPropertyChanged(string)PathSegmentData.OnSegmentChanged()PathSegmentData.InitStartedPathSegmentData.PropertyChanged

Constructors

LineSegmentData()

Declaration

cs-api-definition
public LineSegmentData()

Properties

Point

Gets or sets the end point of the line segment.

Declaration

cs-api-definition
public Location Point { get; set; }

Property Value

Location