alexa
menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Search Results for

    Show / Hide Table of Contents

    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 FilterAppiled when applying filters to the image.

    FinetuneApplied

    Sets the history entry action as FinetuneApplied when applying finetune to the image.

    FrameApplied

    Sets the history entry action as FrameApplied when applying frames to the image.

    ImageResized

    Sets the history entry action as ImageResized when performing the image resizing.

    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.

    ShapeDeleted

    Sets the history entry action as ShapeDeleted when performing the shape deletion.

    ShapeInserted

    Sets the history entry action as ShapeInserted when performing the shape insertion.

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