DocumentViewer.FitToMaxPagesAcrossCommand Property

Definition

Gets the RoutedUICommand that performs the MaxPagesAcross operation.

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

Property Value

The routed command that performs the MaxPagesAcross operation.

Applies to

See also