alexa
menu

Xamarin.iOS

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

    Show / Hide Table of Contents

    Class RotateEndEventArgs

    Provides data for the RotateEnd event.

    Inheritance
    System.Object
    RotateEndEventArgs
    Namespace: Syncfusion.SfDiagram.iOS
    Assembly: Syncfusion.SfDiagram.iOS.dll
    Syntax
    public class RotateEndEventArgs : Object

    Constructors

    RotateEndEventArgs(Node)

    Initializes a new instance of the RotateEndEventArgs class.

    Declaration
    public RotateEndEventArgs(Node item)
    Parameters
    Type Name Description
    Node item

    The current node which is rotated.

    Properties

    Item

    Gets returns the current node which is rotated.

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

    The item.

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