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 MapQuadraticBezierSegment : MapPathSegment

Inheritance: objectMapPathSegmentMapQuadraticBezierSegment

Inherited Members MapPathSegment.PropertyChangedHandler(DependencyObject, DependencyPropertyChangedEventArgs)MapPathSegment.CalculateNorthwest(IEnumerable<Location>)MapPathSegment.OnSegmentChanged()

Constructors

Initializes a new instance of the MapQuadraticBezierSegment class.

C#
public MapQuadraticBezierSegment()

Fields

Point1Property

DependencyProperty

Identifies the Point1 dependency property.

C#
public static readonly DependencyProperty Point1Property

Point2Property

DependencyProperty

Identifies the Point2 dependency property.

C#
public static readonly DependencyProperty Point2Property

Properties

Gets or sets the control Point of the curve. This is a dependency property.

C#
public Location Point1 { get; set; }

Gets or sets the end Point of this QuadraticBezierSegment. This is a dependency property.

C#
public Location Point2 { get; set; }