Class FooterToolbarItem
Class which represents the footer tool bar items.
Implements
System.ComponentModel.INotifyPropertyChanged
Inherited Members
Namespace: Syncfusion.UI.Xaml.ImageEditor
Assembly: Syncfusion.SfImageEditor.UWP.dll
Syntax
public class FooterToolbarItem : ToolbarItem, INotifyPropertyChanged
Constructors
FooterToolbarItem()
Initializes a new instance of the FooterToolbarItem class.
Declaration
public FooterToolbarItem()
Properties
SubItems
Gets or sets the sub items of the toolbar. This property is used to add collection of sub items on toolbar menu of image editor.
Declaration
public ObservableCollection<ToolbarItem> SubItems { get; set; }
Property Value
Type |
---|
System.Collections.ObjectModel.ObservableCollection<ToolbarItem> |
Implements
System.ComponentModel.INotifyPropertyChanged