Class BezierSegment
Represents a bezier segment.
Namespace: Syncfusion.SfDiagram.XForms
Assembly: Syncfusion.SfDiagram.XForms.dll
Syntax
public class BezierSegment : Segment
Constructors
BezierSegment()
Declaration
public BezierSegment()
Properties
X1
Gets or sets the X position first control points.
Declaration
public float X1 { get; set; }
Property Value
Type |
---|
System.Single |
X2
Gets or sets the X position second control points.
Declaration
public float X2 { get; set; }
Property Value
Type |
---|
System.Single |
X3
Gets or sets the X position third control points.
Declaration
public float X3 { get; set; }
Property Value
Type |
---|
System.Single |
Y1
Gets or sets the Y position first control points.
Declaration
public float Y1 { get; set; }
Property Value
Type |
---|
System.Single |
Y2
Gets or sets the Y position second control points.
Declaration
public float Y2 { get; set; }
Property Value
Type |
---|
System.Single |
Y3
Gets or sets the Y position third control points.
Declaration
public float Y3 { get; set; }
Property Value
Type |
---|
System.Single |