Class ToolbarItem
Gets or sets the item to be displayed at the center of the header toolbar.
Inheritance
System.Object
ToolbarItem
Namespace: Syncfusion.UI.Xaml.ImageEditor
Assembly: Syncfusion.SfImageEditor.WPF.dll
Syntax
public class ToolbarItem : DependencyObject
Constructors
ToolbarItem()
Declaration
public ToolbarItem()
Fields
IconTemplateProperty
The DependencyProperty for IconTemplate property.
Declaration
public static readonly DependencyProperty IconTemplateProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
Properties
IconTemplate
Gets or sets the icon template for the tool bar item.
Declaration
public DataTemplate IconTemplate { get; set; }
Property Value
Type |
---|
System.Windows.DataTemplate |
Name
Gets or sets the name for the tool bar item.
Declaration
public string Name { get; set; }
Property Value
Type |
---|
System.String |