BezierSegmentData
Class
Represents a cubic Bezier curve drawn between two points given in geographical coordinates.
Definition
Namespace:Telerik.Windows.Controls.Map
Assembly:Telerik.Windows.Controls.DataVisualization.dll
Syntax:
C#
public class BezierSegmentData : PathSegmentData, INotifyPropertyChanged
Inheritance: objectPathSegmentDataBezierSegmentData
Implements:
Inherited Members
Constructors
C#
public BezierSegmentData()
Properties
Gets or sets the first control point of the curve.
C#
public Location Point1 { get; set; }
Gets or sets the second control point of the curve.
C#
public Location Point2 { get; set; }