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 |
|
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. |