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 必要です。 パラメーターとして を渡して CanIncreaseZoomPropertyKeykey呼び出SetValue(DependencyPropertyKey, Object)します。

適用対象