menu

WinForms

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

    Show / Hide Table of Contents

    Class RotationChangedEventArgs

    Class containing rotation changed event args.

    Inheritance
    System.Object
    System.EventArgs
    RotationChangedEventArgs
    RotationChangingEventArgs
    Inherited Members
    System.EventArgs.Empty
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.Windows.Forms.Diagram
    Assembly: Syncfusion.Diagram.Base.dll
    Syntax
    public class RotationChangedEventArgs : EventArgs

    Constructors

    RotationChangedEventArgs(Node, Single)

    Initializes a new instance of the RotationChangedEventArgs class.

    Declaration
    public RotationChangedEventArgs(Node nodeChanged, float fRotationOffset)
    Parameters
    Type Name Description
    Node nodeChanged

    The node changed.

    System.Single fRotationOffset

    The f rotation offset.

    Properties

    NodeAffected

    Gets the node affected.

    Declaration
    public Node NodeAffected { get; }
    Property Value
    Type Description
    Node

    The node affected.

    RotationOffset

    Gets the rotation offset.

    Declaration
    public float RotationOffset { get; }
    Property Value
    Type Description
    System.Single

    The rotation offset.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved