Enum BezierSmoothness
Specifies the snapConstraints in diagram(describes curve editing)
Namespace: Syncfusion.UI.Xaml.Diagram
Assembly: Syncfusion.SfDiagram.WPF.dll
Syntax
[Flags]
public enum BezierSmoothness
Fields
| Name | Description |
|---|---|
| None | disables all the behaviors for BezierSmoothness. |
| Symmetric | Enables the symmetric for beziersegment to the distance and angle between the control point as same. |
| SymmetricAngle | Enables the symmetricangle for beziersegment to the angle between the control point as same. |
| SymmetricDistance | Enables the symmetricdistance for beziersegment to the distance between the control point as same. |