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