Class FlippedEventArgs
Provides the information about the Flipped event callback.
Inherited Members
Namespace: Syncfusion.Blazor.ImageEditor
Assembly: Syncfusion.Blazor.dll
Syntax
public class FlippedEventArgs
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 |
|---|---|
| string |
|