menu

WPF

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

    Show / Hide Table of Contents

    Enum SnapChanges

    Specifies th property that is going to be changed.

    Namespace: Syncfusion.UI.Xaml.Diagram
    Assembly: Syncfusion.SfDiagram.WPF.dll
    Syntax
    [Flags]
    public enum SnapChanges

    Fields

    Name Description
    Angle

    Snapping occurs when Angle of the Node value changes.

    Height

    Snapping occurs when Height of the node value changes.

    None

    Disables all the behavior for snapchanges.

    Width

    Snapping occurs when Width of the node value changes.

    X

    Snapping occurs when the x value changes.

    Y

    Snapping occurs when the y value changes.

    Extension Methods

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