alexa
menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Search Results for

    Show / Hide Table of Contents

    Class RotateEventArgs

    Provides the information about the Rotating event callback.

    Inheritance
    object
    RotateEventArgs
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Syncfusion.Blazor.ImageEditor
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class RotateEventArgs

    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
    bool

    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
    int

    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
    int

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

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