言語

FlowDocumentPageViewer.CanIncreaseZoomPropertyKey フィールド

定義

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

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

フィールド値

注釈

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

適用対象