Class ToolbarSettings
Inheritance
System.Object
ToolbarSettings
Implements
System.ComponentModel.INotifyPropertyChanged
Assembly: Syncfusion.SfImageEditor.Android.dll
public class ToolbarSettings : Object, INotifyPropertyChanged
Constructors
Declaration
public ToolbarSettings(SfImageEditor editor)
Parameters
Properties
Declaration
public ToolbarItem BackButton { get; set; }
Property Value
Gets/Sets Backgroung color to the toolbar
Declaration
public Color BackgroundColor { get; set; }
Property Value
Type |
Android.Graphics.Color |
Gets or sets the border color to the toolbar. This property is used to customize the toolbar border color.
Declaration
public Color BorderColor { get; set; }
Property Value
Type |
Android.Graphics.Color |
Gets or sets the color palette size. This property is used to customize the size of color palette while editing the text, path, shape using toolbar items.
Declaration
public double ColorPaletteCircleSize { get; set; }
Property Value
Gets or sets the color palette size. This property is used to customize the size of color palette while editing the text, path, shape using toolbar items.
Declaration
public double ColorPaletteItemSize { get; set; }
Property Value
Gets/Sets height of footer toolbar
Declaration
public double FooterToolbarHeight { get; set; }
Property Value
Gets/Sets height of header toolbar
Declaration
public double HeaderToolbarHeight { get; set; }
Property Value
Gets or sets the visibility of delete button visibility of selected shape.
Declaration
public bool IsDeleteButtonVisible { get; set; }
Property Value
Gets/Sets the visibility of toolbar
Declaration
public bool IsVisible { get; set; }
Property Value
Gets/Sets height of sub item toolbar
Declaration
public double SubItemToolbarHeight { get; set; }
Property Value
TextColor
Gets/Sets Text color to the toolbar
Declaration
public Color TextColor { get; set; }
Property Value
Type |
Android.Graphics.Color |
Gets/Sets toolbar items value
Declaration
public ObservableCollection<ToolbarItem> ToolbarItems { get; set; }
Property Value
Type |
System.Collections.ObjectModel.ObservableCollection<ToolbarItem> |
Gets or sets the flagged enum visible shapes items in shape sub items such as rectangle, circle, arrow ,line, dotted, double arrow, dotted arrow, dotted double arrow.
Declaration
public ImageEditorShapes VisibleShapesItems { get; set; }
Property Value
Methods
Declaration
public void add_ToolbarItemSelected(ToolbarItemSelectedEventHandler value)
Parameters
To update the property value in ToolbarSettings
Declaration
protected void OnPropertyChanged(string propertyName)
Parameters
Type |
Name |
Description |
System.String |
propertyName |
The parameter contains the property name
|
Declaration
public void remove_ToolbarItemSelected(ToolbarItemSelectedEventHandler value)
Parameters
Events
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
Type |
System.ComponentModel.PropertyChangedEventHandler |
Declaration
public event ToolbarItemSelectedEventHandler ToolbarItemSelected
Event Type
Implements
System.ComponentModel.INotifyPropertyChanged