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

Constructors

C#
public BezierSegmentData()

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