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), передавая CanGoToNextPagePropertyKey в key качестве параметра .

Применяется к