DocumentViewer.ViewThumbnailsCommand Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Werk met ons samen op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en bekijken. Raadpleeg onze gids voor inzenders voor meer informatie.