menu

WPF

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

    Show / Hide Table of Contents

    Class ObjectSnapInfo

    Informatoin about the target object.

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

    Properties

    SnapToObject

    Gets or sets the reason for the snap

    Declaration
    public SnapToObject SnapToObject { get; set; }
    Property Value
    Type
    SnapToObject

    Target

    Gets or sets object towards which the moving object has to be snapped

    Declaration
    public object Target { get; set; }
    Property Value
    Type
    System.Object
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved