menu

Blazor

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

    Show / Hide Table of Contents

    Class FlippedEventArgs

    Provides the information about the Flipped event callback.

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

    Constructors

    FlippedEventArgs()

    Declaration
    public FlippedEventArgs()

    Properties

    Direction

    Gets the direction to be flipped for an image.

    Declaration
    public string Direction { get; set; }
    Property Value
    Type Description
    System.String

    horizontal if the flipping to be horizontal; otherwise, vertical.

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