Class ToolbarItem
Class which represents the toolbar items of the image editor.
Implements
System.ComponentModel.INotifyPropertyChanged
Namespace: Syncfusion.UI.Xaml.ImageEditor
Assembly: Syncfusion.SfImageEditor.UWP.dll
Syntax
public class ToolbarItem : Object, INotifyPropertyChanged
Constructors
ToolbarItem()
Initializes a new instance of the ToolbarItem class.
Declaration
public ToolbarItem()
Properties
Icon
Gets or sets the image source for icon of the tool bar items.
Declaration
public ImageSource Icon { get; set; }
Property Value
Type |
---|
Windows.UI.Xaml.Media.ImageSource |
IconHeight
Gets or sets the icon height of the toolbar items.
Declaration
public double IconHeight { get; set; }
Property Value
Type |
---|
System.Double |
Text
Gets or sets the value for the text of the toolbar items.
Declaration
public string Text { get; set; }
Property Value
Type |
---|
System.String |
TextHeight
Gets or sets the text height of the tool bar items.
Declaration
public double TextHeight { get; set; }
Property Value
Type |
---|
System.Double |
Methods
OnPropertyChanged(String)
Method gets called when the property value gets changed.
Declaration
protected void OnPropertyChanged(string propertyName)
Parameters
Type | Name | Description |
---|---|---|
System.String | propertyName | The property name. |
Events
PropertyChanged
Method gets called when the property value gets changed.
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
Type |
---|
System.ComponentModel.PropertyChangedEventHandler |
Implements
System.ComponentModel.INotifyPropertyChanged