menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Enum BezierSmoothness - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    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.

    Extension Methods

    DiagramExtensions.Contains(BezierSmoothness)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved