DocumentViewer.ViewThumbnailsCommand Property

Definition

Gets the RoutedUICommand that performs the ViewThumbnails() operation.

public:
 static property System::Windows::Input::RoutedUICommand ^ ViewThumbnailsCommand { System::Windows::Input::RoutedUICommand ^ get(); };
public static System.Windows.Input.RoutedUICommand ViewThumbnailsCommand { get; }
static member ViewThumbnailsCommand : System.Windows.Input.RoutedUICommand
Public Shared ReadOnly Property ViewThumbnailsCommand As RoutedUICommand

Property Value

The routed command that performs the ViewThumbnails() operation.

Remarks

ViewThumbnailsCommand sizes and arranges the view to display a thumbnail preview of each page.

The following table shows the keyboard shortcut key associated with this command.

Shortcut Key [none]

Applies to

See also