menu

WPF

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

    Show / Hide Table of Contents

    Class SameSizeSnapInfo

    Information about the objects that are of the same size of the moving object.

    Inheritance
    System.Object
    SnapInfo
    SameSizeSnapInfo
    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 SameSizeSnapInfo : SnapInfo

    Properties

    SameSizeObjects

    Gets or sets the collection of same size objects

    Declaration
    public List<object> SameSizeObjects { get; set; }
    Property Value
    Type
    System.Collections.Generic.List<System.Object>

    SnapToObject

    Gets or sets the reason of Snap.

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