DocumentViewer.FitToWidthCommand 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得執行 FitToWidth() 作業的 RoutedUICommand。
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
屬性值
執行 FitToWidth() 作業的路由命令。
備註
FitToWidth 設定 DocumentViewer 控制項以顯示單頁寬度,其中頁面縮放為目前檢視區的寬度。