menu

Blazor

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

    Show / Hide Table of Contents

    Class HistoryEntryAction

    Defines the types of history entry action available for undo/redo in SfImageEditor.

    Inheritance
    System.Object
    HistoryEntryAction
    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: "Cropped"

    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: "FilterApplied"

    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: "FinetuneApplied"

    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: "FrameApplied"

    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: "ImageResized"

    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: "ShapeCustomized"

    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: "ShapeDeleted"

    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: "ShapeInserted"

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