Class ToolbarItem
Implements
System.ComponentModel.INotifyPropertyChanged
Namespace: Syncfusion.SfImageEditor.Android
Assembly: Syncfusion.SfImageEditor.Android.dll
Syntax
public class ToolbarItem : Object, INotifyPropertyChanged
Constructors
ToolbarItem()
Declaration
public ToolbarItem()
Properties
Icon
Gets or Sets the icon for toolbar item.
Declaration
public Bitmap Icon { get; set; }
Property Value
Type |
---|
Android.Graphics.Bitmap |
IconHeight
Gets/Sets height to toolbaritem icon
Declaration
public double IconHeight { get; set; }
Property Value
Type |
---|
System.Double |
Name
Gets or Sets the name of the toolbar item
Declaration
public string Name { get; set; }
Property Value
Type |
---|
System.String |
Text
Gets or Sets the text for toolbar item.
Declaration
public string Text { get; set; }
Property Value
Type |
---|
System.String |
TextHeight
Gets/Sets height to toolbaritem text
Declaration
public double TextHeight { get; set; }
Property Value
Type |
---|
System.Double |
Events
PropertyChanged
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
Type |
---|
System.ComponentModel.PropertyChangedEventHandler |
Implements
System.ComponentModel.INotifyPropertyChanged