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

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