ClassMapQuadraticBezierSegmentView
Class
Creates a quadratic Bezier curve between two points in a PathFigure.
Definition
Namespace:Telerik.Windows.Controls.Map
Assembly:Telerik.Windows.Controls.DataVisualization.dll
Syntax:
cs-api-definition
public class MapQuadraticBezierSegmentView : MapPathSegmentView
Inheritance: objectMapPathSegmentViewMapQuadraticBezierSegmentView
Inherited Members
Constructors
MapQuadraticBezierSegmentView()
Initializes a new instance of the MapQuadraticBezierSegmentView class.
Declaration
cs-api-definition
public MapQuadraticBezierSegmentView()
Fields
Point1Property
Identifies the Point1 dependency property.
Declaration
cs-api-definition
public static readonly DependencyProperty Point1Property
Field Value
DependencyProperty
Point2Property
Identifies the Point2 dependency property.
Declaration
cs-api-definition
public static readonly DependencyProperty Point2Property
Field Value
DependencyProperty
Properties
Point1
Gets or sets the control Point of the curve. This is a dependency property.