Class ImageEditorToolbarItemModel
A class that represents the item of toolbar component.
Inherited Members
Namespace: Syncfusion.Blazor.ImageEditor
Assembly: Syncfusion.Blazor.dll
Syntax
public class ImageEditorToolbarItemModel : ItemModel
Remarks
This class is inherit from Toolbar component's "ItemModel" property and it is used to render icon only, text only, icon and text toolbar item by specifying value to corresponding property.
Constructors
ImageEditorToolbarItemModel()
Declaration
public ImageEditorToolbarItemModel()
Properties
Name
Gets or sets the name of the toolbar item.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String | Accepts a string value. The default value is |