alexa
menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    Class RotationChangingEventArgs

    Class containing rotation changing changed event args.

    Inheritance
    System.Object
    RotationChangedEventArgs
    RotationChangingEventArgs
    Inherited Members
    RotationChangedEventArgs.NodeAffected
    RotationChangedEventArgs.RotationOffset
    Namespace: Syncfusion.Windows.Forms.Diagram
    Assembly: Syncfusion.Diagram.Base.dll
    Syntax
    public class RotationChangingEventArgs : RotationChangedEventArgs

    Constructors

    RotationChangingEventArgs(Node, Single)

    Initializes a new instance of the RotationChangingEventArgs class.

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

    The node changed.

    System.Single fRotationOffset

    The f rotation offset.

    Properties

    Cancel

    Gets or sets a value indicating whether this RotationChangingEventArgs is cancel.

    Declaration
    public bool Cancel { get; set; }
    Property Value
    Type Description
    System.Boolean

    true if cancel; otherwise, false.

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