Class QuadraticBezierSegmentData
Creates a quadratic Bezier curve between two points in a PathFigure.
Inherited Members
Namespace: Telerik.Windows.Controls.Map
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public class QuadraticBezierSegmentData : PathSegmentData, INotifyPropertyChanged
Constructors
QuadraticBezierSegmentData()
Declaration
public QuadraticBezierSegmentData()
Properties
Point1
Gets or sets the control Point of the curve.
Declaration
public Location Point1 { get; set; }
Property Value
Location
|
Point2
Gets or sets the end Point of this QuadraticBezierSegment.
Declaration
public Location Point2 { get; set; }
Property Value
Location
|