WPF

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SnapParameter - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class SnapParameter

    The parameters to represent the possible snaps and the proposed changes if the snaps are accepted.

    Inheritance
    System.Object
    SnapParameter
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.UI.Xaml.Diagram
    Assembly: Syncfusion.SfDiagram.WPF.dll
    Syntax
    public class SnapParameter

    Properties

    Current

    Gets or sets the current status of the object that is being dragged.

    Declaration
    public SnapState Current { get; set; }
    Property Value
    Type Description
    SnapState

    Proposed

    Gets or sets the proposed status of the object that is being dragged.

    Declaration
    public SnapState Proposed { get; set; }
    Property Value
    Type Description
    SnapState

    SnapChanges

    Gets the property that will be changed bacause of the snap.

    Declaration
    public SnapChanges SnapChanges { get; }
    Property Value
    Type Description
    SnapChanges

    SnapInfo

    Gets the information about the Target

    Declaration
    public object SnapInfo { get; }
    Property Value
    Type Description
    System.Object

    SnapReason

    Gets or sets the reason or target of the snap

    Declaration
    public SnapReason SnapReason { get; }
    Property Value
    Type Description
    SnapReason
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved