menu

UWP

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

    Show / Hide Table of Contents

    Interface ISnapSettings

    Represents the gridlines and defines how and when the objects have to be snapped.

    Namespace: Syncfusion.UI.Xaml.Diagram
    Assembly: Syncfusion.SfDiagram.UWP.dll
    Syntax
    public interface ISnapSettings : INotifyPropertyChanged

    Properties

    HorizontalGridlines

    Gets or sets the appearance of horizontal gridlines.

    Declaration
    Gridlines HorizontalGridlines { get; set; }
    Property Value
    Type
    Gridlines

    SnapAngle

    Gets or sets the angle by which the object needs to be snapped.

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

    SnapConstraints

    Gets or sets the default behavior of the snapconstraints.

    Declaration
    SnapConstraints SnapConstraints { get; set; }
    Property Value
    Type
    SnapConstraints

    SnapIndicatorStyle

    Gets or sets the style to snapping lines.

    Declaration
    Style SnapIndicatorStyle { get; set; }
    Property Value
    Type
    Windows.UI.Xaml.Style

    SnapToObject

    Gets or sets the snapping nodes/connectors to objects.

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

    VerticalGridlines

    Gets or sets the appearance of vertical gridlines.

    Declaration
    Gridlines VerticalGridlines { get; set; }
    Property Value
    Type
    Gridlines

    Extension Methods

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