DocumentViewer.ViewThumbnailsCommand Propiedad

Definición

Obtiene el RoutedUICommand objeto que realiza la ViewThumbnails() operación.

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

Valor de propiedad

Comando enrutado que realiza la ViewThumbnails() operación.

Comentarios

ViewThumbnailsCommand tamaños y organiza la vista para mostrar una vista previa en miniatura de cada página.

En la tabla siguiente se muestra la tecla de método abreviado de teclado asociada a este comando.

Elemento Value
Tecla de método abreviado [none]

Se aplica a

Consulte también