menu

UWP

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

    Show / Hide Table of Contents

    Class SnapState

    Represents a struct that provides data when snapping operation is performing.

    Inheritance
    System.Object
    SnapState
    Namespace: Syncfusion.UI.Xaml.Diagram
    Assembly: Syncfusion.SfDiagram.UWP.dll
    Syntax
    public sealed class SnapState : ValueType

    Properties

    Angle

    Gets the Rotation angle of the object.

    Declaration
    public Nullable<double> Angle { get; }
    Property Value
    Type
    System.Nullable<System.Double>

    Height

    Gets the height of the object.

    Declaration
    public Nullable<double> Height { get; }
    Property Value
    Type
    System.Nullable<System.Double>

    Width

    Gets the width value of the object.

    Declaration
    public Nullable<double> Width { get; }
    Property Value
    Type
    System.Nullable<System.Double>

    X

    Gets the X position of the object.

    Declaration
    public Nullable<double> X { get; }
    Property Value
    Type
    System.Nullable<System.Double>

    Y

    Gets the Y position of the object.

    Declaration
    public Nullable<double> Y { get; }
    Property Value
    Type
    System.Nullable<System.Double>

    Extension Methods

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