FlowDocumentPageViewer.CanDecreaseZoomPropertyKey フィールド

定義

CanDecreaseZoom 依存関係プロパティを識別します。

protected: static initonly System::Windows::DependencyPropertyKey ^ CanDecreaseZoomPropertyKey;
protected static readonly System.Windows.DependencyPropertyKey CanDecreaseZoomPropertyKey;
 staticval mutable CanDecreaseZoomPropertyKey : System.Windows.DependencyPropertyKey
Protected Shared ReadOnly CanDecreaseZoomPropertyKey As DependencyPropertyKey 

フィールド値

注釈

から FlowDocumentPageViewer派生する場合は、依存関係プロパティの値を設定するためにこのキーが CanDecreaseZoom 必要です。 を呼び出SetValue(DependencyPropertyKey, Object)し、 パラメーターとして をkeyCanDecreaseZoomPropertyKeyします。

適用対象