menu

UWP

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

    Show / Hide Table of Contents

    Class BezierSmoothness

    Specifies the snapConstraints in diagram(describes curve editing)

    Inheritance
    System.Object
    BezierSmoothness
    Namespace: Syncfusion.UI.Xaml.Diagram
    Assembly: Syncfusion.SfDiagram.UWP.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

    Extension Methods

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