DocumentViewer.FitToHeightCommand Property

Definition

Gets the RoutedUICommand that performs the FitToHeight() operation.

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

Property Value

The routed command that performs the FitToHeight() operation.

Applies to

See also