menu

UWP

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

    Show / Hide Table of Contents

    Class SnapChanges

    Specifies th property that is going to be changed.

    Inheritance
    System.Object
    SnapChanges
    Namespace: Syncfusion.UI.Xaml.Diagram
    Assembly: Syncfusion.SfDiagram.UWP.dll
    Syntax
    public sealed class SnapChanges : Enum

    Fields

    Angle

    Snapping occurs when Angle of the Node value changes.

    Declaration
    public const SnapChanges Angle
    Field Value
    Type
    SnapChanges

    Height

    Snapping occurs when Height of the node value changes.

    Declaration
    public const SnapChanges Height
    Field Value
    Type
    SnapChanges

    None

    Disables all the behavior for snapchanges.

    Declaration
    public const SnapChanges None
    Field Value
    Type
    SnapChanges

    Width

    Snapping occurs when Width of the node value changes.

    Declaration
    public const SnapChanges Width
    Field Value
    Type
    SnapChanges

    X

    Snapping occurs when the x value changes.

    Declaration
    public const SnapChanges X
    Field Value
    Type
    SnapChanges

    Y

    Snapping occurs when the y value changes.

    Declaration
    public const SnapChanges Y
    Field Value
    Type
    SnapChanges

    Extension Methods

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