WPF

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Struct SnapState - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Struct SnapState

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

    Inherited Members
    System.ValueType.Equals(System.Object)
    System.ValueType.GetHashCode()
    System.ValueType.ToString()
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetType()
    Namespace: Syncfusion.UI.Xaml.Diagram
    Assembly: Syncfusion.SfDiagram.WPF.dll
    Syntax
    public struct SnapState

    Properties

    Angle

    Gets the Rotation angle of the object.

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

    Height

    Gets the height of the object.

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

    Width

    Gets the width value of the object.

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

    X

    Gets the X position of the object.

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

    Y

    Gets the Y position of the object.

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