Condividi tramite


DocumentViewer.FitToWidthCommand Proprietà

Definizione

Ottiene l'oggetto RoutedUICommand che esegue l'operazione FitToWidth().

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

Valore della proprietà

RoutedUICommand

Comando indirizzato che esegue l'operazione FitToWidth().

Commenti

FitToWidth imposta il DocumentViewer controllo per visualizzare una singola larghezza di pagina con pagine con zoom sulla larghezza del riquadro di visualizzazione corrente.

Si applica a

Vedi anche