Class MapQuadraticBezierSegmentView
Creates a quadratic Bezier curve between two points in a PathFigure.
Inherited Members
Namespace: Telerik.Windows.Controls.Map
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public class MapQuadraticBezierSegmentView : MapPathSegmentView
Constructors
MapQuadraticBezierSegmentView()
Initializes a new instance of the MapQuadraticBezierSegmentView class.
Declaration
public MapQuadraticBezierSegmentView()
Fields
Point1Property
Identifies the Point1 dependency property.
Declaration
public static readonly DependencyProperty Point1Property
Field Value
System.Windows.DependencyProperty
|
Point2Property
Identifies the Point2 dependency property.
Declaration
public static readonly DependencyProperty Point2Property
Field Value
System.Windows.DependencyProperty
|
Properties
Point1
Gets or sets the control Point of the curve. This is a dependency property.
Declaration
public Location Point1 { get; set; }
Property Value
Location
|
Point2
Gets or sets the end Point of this QuadraticBezierSegment. This is a dependency property.
Declaration
public Location Point2 { get; set; }
Property Value
Location
|