Class BezierGeometry
Represents a bezier geometry.
Namespace: Syncfusion.SfDiagram.XForms
Assembly: Syncfusion.SfDiagram.XForms.dll
Syntax
public class BezierGeometry : Geometry
Constructors
BezierGeometry()
Declaration
public BezierGeometry()
Properties
Pen
Gets or sets represents how the outline of the curve is drawn.
Declaration
public Pen Pen { get; set; }
Property Value
Type |
---|
Pen |
X1
Gets or sets the X position of first control point.
Declaration
public float X1 { get; set; }
Property Value
Type |
---|
System.Single |
X2
Gets or sets the X position of second control point.
Declaration
public float X2 { get; set; }
Property Value
Type |
---|
System.Single |
X3
Gets or sets the X position of third control point.
Declaration
public float X3 { get; set; }
Property Value
Type |
---|
System.Single |
Y1
Gets or sets the Y position of first control point.
Declaration
public float Y1 { get; set; }
Property Value
Type |
---|
System.Single |
Y2
Gets or sets the Y position of second control point.
Declaration
public float Y2 { get; set; }
Property Value
Type |
---|
System.Single |
Y3
Gets or sets the Y position of third control point.
Declaration
public float Y3 { get; set; }
Property Value
Type |
---|
System.Single |