menu

UWP

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

    Show / Hide Table of Contents

    Class GridlineSnapInfo

    Information about the Target Gridline

    Inheritance
    System.Object
    SnapInfo
    GridlineSnapInfo
    Namespace: Syncfusion.UI.Xaml.Diagram
    Assembly: Syncfusion.SfDiagram.UWP.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
    Side

    Target

    Gets or sets the position of the target Gridline.

    Declaration
    public double Target { get; set; }
    Property Value
    Type
    System.Double

    Extension Methods

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