Class BezierSmoothness
Specifies the snapConstraints in diagram(describes curve editing)
Inheritance
System.Object
BezierSmoothness
Namespace: Syncfusion.UI.Xaml.Diagram
Assembly: Syncfusion.SfDiagram.WPF.dll
Syntax
public sealed class BezierSmoothness : Enum
Fields
None
disables all the behaviors for BezierSmoothness.
Declaration
public const BezierSmoothness None
Field Value
Type |
---|
BezierSmoothness |
Symmetric
Enables the symmetric for beziersegment to the distance and angle between the control point as same.
Declaration
public const BezierSmoothness Symmetric
Field Value
Type |
---|
BezierSmoothness |
SymmetricAngle
Enables the symmetricangle for beziersegment to the angle between the control point as same.
Declaration
public const BezierSmoothness SymmetricAngle
Field Value
Type |
---|
BezierSmoothness |
SymmetricDistance
Enables the symmetricdistance for beziersegment to the distance between the control point as same.
Declaration
public const BezierSmoothness SymmetricDistance
Field Value
Type |
---|
BezierSmoothness |