New to Telerik UI for WPFStart a free 30-day trial

Creates a quadratic Bezier curve between two points in a PathFigure.

Definition

Namespace:Telerik.Windows.Controls.Map

Assembly:Telerik.Windows.Controls.DataVisualization.dll

Syntax:

C#
public class QuadraticBezierSegmentData : PathSegmentData, INotifyPropertyChanged

Inheritance: objectPathSegmentDataQuadraticBezierSegmentData

Implements: INotifyPropertyChanged

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

Constructors

C#
public QuadraticBezierSegmentData()

Properties

Gets or sets the control Point of the curve.

C#
public Location Point1 { get; set; }

Gets or sets the end Point of this QuadraticBezierSegment.

C#
public Location Point2 { get; set; }