menu

Blazor

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

    Show / Hide Table of Contents

    Class QuickAccessToolbarEventArgs

    Provides the information about the QuickAccessToolbarOpening event callback.

    Inheritance
    System.Object
    QuickAccessToolbarEventArgs
    Namespace: Syncfusion.Blazor.ImageEditor
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class QuickAccessToolbarEventArgs : Object

    Constructors

    QuickAccessToolbarEventArgs()

    Declaration
    public QuickAccessToolbarEventArgs()

    Properties

    Cancel

    Gets or sets a value indicating whether the quick-access toolbar opening action should be canceled.

    Declaration
    public bool Cancel { get; set; }
    Property Value
    Type Description
    System.Boolean

    true if the toolbar update action should be canceled; otherwise, false. The default value is false.

    Shape

    Gets the type of shape that is currently being selected.

    Declaration
    public ShapeType Shape { get; set; }
    Property Value
    Type Description
    ShapeType

    An enumeration value ShapeType that represents the type of the toolbar such as Rectangle, Ellipse, Line, Arrow, Text, and Freehand Draw.

    ToolbarItems

    Gets or sets the items to be rendered on the quick-access toolbar.

    Declaration
    public List<ImageEditorToolbarItemModel> ToolbarItems { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<ImageEditorToolbarItemModel>

    A collection of ImageEditorToolbarItemModel objects that specify the toolbar items, including Clone, Delete, Edit Text, and custom toolbar items.

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