Class HistoryEntryAction
Defines the types of history entry action available for undo/redo in SfImageEditor.
Inheritance
Namespace: Syncfusion.Blazor.ImageEditor
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class HistoryEntryAction : Enum
Remarks
This option can be used with the HistoryChanged
event of the image editor control.
Fields
Cropped
Sets the history entry action as Cropped when performing the cropping action after performing rotating, flipping, and straightening.
Declaration
public const HistoryEntryAction Cropped
Field Value
Type | Description |
---|---|
HistoryEntryAction | Represents the string value: |
FilterApplied
Sets the history entry action as FilterAppiled
when applying filters to the image.
Declaration
public const HistoryEntryAction FilterApplied
Field Value
Type | Description |
---|---|
HistoryEntryAction | Represents the string value: |
FinetuneApplied
Sets the history entry action as FinetuneApplied
when applying finetune to the image.
Declaration
public const HistoryEntryAction FinetuneApplied
Field Value
Type | Description |
---|---|
HistoryEntryAction | Represents the string value: |
FrameApplied
Sets the history entry action as FrameApplied
when applying frames to the image.
Declaration
public const HistoryEntryAction FrameApplied
Field Value
Type | Description |
---|---|
HistoryEntryAction | Represents the string value: |
ImageResized
Sets the history entry action as ImageResized
when performing the image resizing.
Declaration
public const HistoryEntryAction ImageResized
Field Value
Type | Description |
---|---|
HistoryEntryAction | Represents the string value: |
ShapeCustomized
Sets the history entry action as ShapeCustomized
when performing the shape customization including stroke color, fill color, stroke width, font customizations, and arrow customizations.
Declaration
public const HistoryEntryAction ShapeCustomized
Field Value
Type | Description |
---|---|
HistoryEntryAction | Represents the string value: |
ShapeDeleted
Sets the history entry action as ShapeDeleted
when performing the shape deletion.
Declaration
public const HistoryEntryAction ShapeDeleted
Field Value
Type | Description |
---|---|
HistoryEntryAction | Represents the string value: |
ShapeInserted
Sets the history entry action as ShapeInserted
when performing the shape insertion.
Declaration
public const HistoryEntryAction ShapeInserted
Field Value
Type | Description |
---|---|
HistoryEntryAction | Represents the string value: |