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 |