menu

MAUI

  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface IImageEditorToolbarItem - MAUI API Reference | Syncfusion

    Show / Hide Table of Contents

    Interface IImageEditorToolbarItem

    Represents an interface for a toolbar item within an image editor.

    Namespace: Syncfusion.Maui.ImageEditor
    Assembly: Syncfusion.Maui.ImageEditor.dll
    Syntax
    public interface IImageEditorToolbarItem

    Properties

    IsEnabled

    Gets a value indicating whether the toolbar item is enabled or not.

    Declaration
    bool IsEnabled { get; }
    Property Value
    Type
    System.Boolean

    IsVisible

    Gets a value indicating whether the toolbar item is visible or not.

    Declaration
    bool IsVisible { get; }
    Property Value
    Type
    System.Boolean

    Name

    Gets the name of the tool bar item.

    Declaration
    string Name { get; }
    Property Value
    Type
    System.String
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved