alexa
menu

Blazor

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

    Show / Hide Table of Contents

    Class FlipEventArgs

    Provides the information about the Flipping event callback.

    Inheritance
    object
    FlipEventArgs
    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 FlipEventArgs

    Constructors

    FlipEventArgs()

    Declaration
    public FlipEventArgs()

    Properties

    Cancel

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

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

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

    Direction

    Gets the value indicating the direction to be flipped of an image.

    Declaration
    public ImageEditorDirection Direction { get; set; }
    Property Value
    Type Description
    ImageEditorDirection

    An enumeration value of ImageEditorDirection. It is set to Horizontal if the flipping is horizontal; otherwise, it is set to Vertical.

    PreviousDirection

    Gets the value indicating the current direction of an image.

    Declaration
    public ImageEditorDirection PreviousDirection { get; set; }
    Property Value
    Type Description
    ImageEditorDirection

    An enumeration value of ImageEditorDirection. It is set to Horizontal if the flipping is horizontal; otherwise, it is set to Vertical.

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