UWP

Upgrade Guide User Guide Demos Support Forums Download
  • 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 Description
    SnapChanges

    Height

    Snapping occurs when Height of the node value changes.

    Declaration
    public const SnapChanges Height
    Field Value
    Type Description
    SnapChanges

    None

    Disables all the behavior for snapchanges.

    Declaration
    public const SnapChanges None
    Field Value
    Type Description
    SnapChanges

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    System.Int32

    Width

    Snapping occurs when Width of the node value changes.

    Declaration
    public const SnapChanges Width
    Field Value
    Type Description
    SnapChanges

    X

    Snapping occurs when the x value changes.

    Declaration
    public const SnapChanges X
    Field Value
    Type Description
    SnapChanges

    Y

    Snapping occurs when the y value changes.

    Declaration
    public const SnapChanges Y
    Field Value
    Type Description
    SnapChanges

    Extension Methods

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