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 MapBezierSegment : MapPathSegment

Inheritance: objectMapPathSegmentMapBezierSegment

Inherited Members MapPathSegment.PropertyChangedHandler(DependencyObject, DependencyPropertyChangedEventArgs)MapPathSegment.CalculateNorthwest(IEnumerable<Location>)MapPathSegment.OnSegmentChanged()

Constructors

Initializes a new instance of the MapBezierSegment class.

C#
public MapBezierSegment()

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