Class RadConicSegment
Represents a conic segment of a path figure.
Inherited Members
Namespace: Telerik.Maui.Controls.Paths
Assembly: Telerik.Maui.Controls.dll
Syntax
public class RadConicSegment : RadPathSegment, INotifyPropertyChanged
Constructors
RadConicSegment()
Initializes a new instance of the conic segment.
Declaration
public RadConicSegment()
RadConicSegment(Point, Point, Double)
Initializes a new instance of the conic segment.
Declaration
public RadConicSegment(Point controlPoint, Point endPoint, double weight)
Parameters
Microsoft. Specifies the control point of the conic segment. |
Microsoft. Specifies the end point of the conic segment. |
System. Specifies the weight of the conic segment. |
Properties
ControlPoint
Gets or sets the control point of the conic segment.
Declaration
public Point ControlPoint { get; set; }
Property Value
Microsoft.
|
EndPoint
Gets or sets the end point of the conic segment.
Declaration
public Point EndPoint { get; set; }
Property Value
Microsoft.
|
Weight
Gets or sets the weight of the conic segment.
Declaration
public double Weight { get; set; }
Property Value
System.
|