Class ToolbarItemsViewModel
This example demonstrates how to add custom toolbar items, spacers, and how to rearrange items in the toolbar.
Inheritance
System.Object
ToolbarItemsViewModel
Implements
System.ComponentModel.INotifyPropertyChanged
Assembly: Catalog.dll
public class ToolbarItemsViewModel : Observable, INotifyPropertyChanged
Properties
Declaration
public ICommand AppendPresetItemWithoutGroupCommand { get; }
Property Value
Type |
Description |
System.Windows.Input.ICommand |
|
Declaration
public ICommand AppendToggleToolbarItemCommand { get; }
Property Value
Type |
Description |
System.Windows.Input.ICommand |
|
Declaration
public ICommand AppendToolbarItemCommand { get; }
Property Value
Type |
Description |
System.Windows.Input.ICommand |
|
Declaration
public ICommand AppendToolbarSpacerCommand { get; }
Property Value
Type |
Description |
System.Windows.Input.ICommand |
|
Declaration
public ICommand ShuffleToolbarItemsCommand { get; }
Property Value
Type |
Description |
System.Windows.Input.ICommand |
|
Methods
Declaration
public void Initialize(PdfView pdfView)
Parameters
Type |
Name |
Description |
PdfView |
pdfView |
|
Implements
System.ComponentModel.INotifyPropertyChanged