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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.