DocumentViewerBase::PageCountPropertyKey Field

 

Identifies the PageCount dependency property key.

Namespace:   System.Windows.Controls.Primitives
Assembly:  PresentationFramework (in PresentationFramework.dll)

protected:
static initonly DependencyPropertyKey^ PageCountPropertyKey

Field Value

Type: System.Windows::DependencyPropertyKey^

The identifier for the PageCount dependency property key.

If you derive from DocumentViewerBase, you need this key in order to set the value of the PageCount dependency property. Call SetValue(DependencyPropertyKey^, Object^), passing PageCountPropertyKey as the key parameter.

.NET Framework
Available since 3.0
Return to top
Show: