menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SnapParameter - UWP 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
    Namespace: Syncfusion.UI.Xaml.Diagram
    Assembly: Syncfusion.SfDiagram.UWP.dll
    Syntax
    public class SnapParameter : Object

    Properties

    Current

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

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

    Proposed

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

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

    SnapChanges

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

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

    SnapInfo

    Gets the information about the Target

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

    SnapReason

    Gets or sets the reason or target of the snap

    Declaration
    public SnapReason SnapReason { get; }
    Property Value
    Type
    SnapReason

    Extension Methods

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