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 MapQuadraticBezierSegmentView : MapPathSegmentView

Inheritance: objectMapPathSegmentViewMapQuadraticBezierSegmentView

Inherited Members MapPathSegmentView.CreateInstanceCore()MapPathSegmentView.SegmentData

Constructors

Initializes a new instance of the MapQuadraticBezierSegmentView class.

C#
public MapQuadraticBezierSegmentView()

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; }