New to Telerik UI for WPFStart a free 30-day trial

Represents a cubic Bezier curve drawn between two points given in geographical coordinates.

Definition

Namespace:Telerik.Windows.Controls.Map

Assembly:Telerik.Windows.Controls.DataVisualization.dll

Syntax:

C#
public class MapBezierSegmentView : MapPathSegmentView

Inheritance: objectMapPathSegmentViewMapBezierSegmentView

Inherited Members MapPathSegmentView.CreateInstanceCore()MapPathSegmentView.SegmentData

Constructors

Initializes a new instance of the MapBezierSegmentView class.

C#
public MapBezierSegmentView()

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

Point3Property

DependencyProperty

Identifies the Point3 dependency property.

C#
public static readonly DependencyProperty Point3Property

Properties

Gets or sets the first control point of the curve.

C#
public Location Point1 { get; set; }

Gets or sets the second control point of the curve.

C#
public Location Point2 { get; set; }

Gets or sets the end point of the curve.

C#
public Location Point3 { get; set; }