FlowDocumentPageViewer.CanDecreaseZoomPropertyKey Field

Definition

Identifies the CanDecreaseZoom dependency property.

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 

Field Value

Remarks

If you derive from FlowDocumentPageViewer, you need this key in order to set the value of the CanDecreaseZoom dependency property. Call SetValue(DependencyPropertyKey, Object), passing CanDecreaseZoomPropertyKey as the key parameter.

Applies to