menu

Blazor

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

    Show / Hide Table of Contents

    Class RotateEventArgs

    Provides the information about the Rotating event callback.

    Inheritance
    System.Object
    RotateEventArgs
    Namespace: Syncfusion.Blazor.ImageEditor
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class RotateEventArgs : Object

    Constructors

    RotateEventArgs()

    Declaration
    public RotateEventArgs()

    Properties

    Cancel

    Gets or sets a value indicating whether the rotating action should be canceled.

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

    true if the rotate action should be canceled; otherwise, false. The default value is false.

    CurrentDegree

    Gets the rotation degree of an image in the SfImageEditor after performing rotation.

    Declaration
    public int CurrentDegree { get; set; }
    Property Value
    Type Description
    System.Int32

    An integer value representing the currently applied rotation degree of the image.

    PreviousDegree

    Gets the rotation degree of an image in the SfImageEditor before performing rotation.

    Declaration
    public int PreviousDegree { get; set; }
    Property Value
    Type Description
    System.Int32

    An integer value representing the previously applied rotation degree of the image.

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