WPF

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

    Show / Hide Table of Contents

    Class GridlineSnapInfo

    Information about the Target Gridline

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

    Properties

    Side

    Gets or sets the Side of the moving object has to be snapped

    Declaration
    public Side Side { get; set; }
    Property Value
    Type Description
    Side

    Target

    Gets or sets the position of the target Gridline.

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