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