DocumentViewerBase.CanGoToNextPagePropertyKey 字段

定义

标识 CanGoToNextPage 依赖属性键。

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

字段值

注解

如果派生自 DocumentViewerBase,则需要此键才能设置依赖属性的值 CanGoToNextPage 。 调用 SetValue(DependencyPropertyKey, Object),作为 CanGoToNextPagePropertyKeykey 参数传递。

适用于