Class ViewStatePropertiesViewModel
Inheritance
System.Object
ViewStatePropertiesViewModel
Implements
System.ComponentModel.INotifyPropertyChanged
Assembly: Catalog.dll
Syntax
public class ViewStatePropertiesViewModel : Observable, INotifyPropertyChanged
Properties
LayoutModeSelection
Declaration
public int LayoutModeSelection { get; set; }
Property Value
| Type |
Description |
| System.Int32 |
|
LocaleSelection
Declaration
public int LocaleSelection { get; set; }
Property Value
| Type |
Description |
| System.Int32 |
|
PDFView
Declaration
public PdfView PDFView { get; }
Property Value
RandomPageCommand
Declaration
public ICommand RandomPageCommand { get; }
Property Value
| Type |
Description |
| System.Windows.Input.ICommand |
|
ReloadPDFCommand
Declaration
public ICommand ReloadPDFCommand { get; }
Property Value
| Type |
Description |
| System.Windows.Input.ICommand |
|
Declaration
public int ScrollModeSelection { get; set; }
Property Value
| Type |
Description |
| System.Int32 |
|
Methods
Initialize(PdfView)
Declaration
public void Initialize(PdfView pdfView)
Parameters
| Type |
Name |
Description |
| PdfView |
pdfView |
|
Implements
System.ComponentModel.INotifyPropertyChanged