Enum HistoryEntryAction
Defines the types of history entry action available for undo/redo in SfImageEditor.
Namespace: Syncfusion.Blazor.ImageEditor
Assembly: Syncfusion.Blazor.dll
Syntax
[JsonConverter(typeof(JsonStringEnumConverter))]
public enum HistoryEntryAction
Remarks
This option can be used with the HistoryChanged event of the image editor control.
Fields
| Name | Description |
|---|---|
| Cropped | Sets the history entry action as Cropped when performing the cropping action after performing rotating, flipping, and straightening. |
| FilterApplied | Sets the history entry action as |
| FinetuneApplied | Sets the history entry action as |
| FrameApplied | Sets the history entry action as |
| ImageResized | Sets the history entry action as |
| ShapeCustomized | Sets the history entry action as |
| ShapeDeleted | Sets the history entry action as |
| ShapeInserted | Sets the history entry action as |