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
Namespace: Catalog.ViewModels
Assembly: Catalog.dll
Syntax
public class ToolbarItemsViewModel : Observable, INotifyPropertyChanged

Properties

AppendPresetItemWithoutGroupCommand

Declaration
public ICommand AppendPresetItemWithoutGroupCommand { get; }
Property Value
Type Description
System.Windows.Input.ICommand

AppendToggleToolbarItemCommand

Declaration
public ICommand AppendToggleToolbarItemCommand { get; }
Property Value
Type Description
System.Windows.Input.ICommand

AppendToolbarItemCommand

Declaration
public ICommand AppendToolbarItemCommand { get; }
Property Value
Type Description
System.Windows.Input.ICommand

AppendToolbarSpacerCommand

Declaration
public ICommand AppendToolbarSpacerCommand { get; }
Property Value
Type Description
System.Windows.Input.ICommand

ShuffleToolbarItemsCommand

Declaration
public ICommand ShuffleToolbarItemsCommand { get; }
Property Value
Type Description
System.Windows.Input.ICommand

Methods

Initialize(PdfView)

Declaration
public void Initialize(PdfView pdfView)
Parameters
Type Name Description
PdfView pdfView

Implements

System.ComponentModel.INotifyPropertyChanged