DocumentViewerBase.CanGoToPreviousPagePropertyKey 字段

定义

标识 CanGoToPreviousPage 依赖属性键。

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

字段值

注解

如果派生自 DocumentViewerBase,则需要使用此键来设置依赖属性的值 CanGoToPreviousPage 。 调用 SetValue(DependencyPropertyKey, Object),作为 key 参数传递CanGoToPreviousPagePropertyKey

适用于