DocumentViewerBase::GetIsMasterPage Method (DependencyObject^)
.NET Framework (current version)
Returns the value of the IsMasterPage attached property for a specified dependency object.
Assembly: PresentationFramework (in PresentationFramework.dll)
Parameters
- element
-
Type:
System.Windows::DependencyObject^
A dependency object from which to retrieve the value of IsMasterPage.
Return Value
Type: System::BooleanThe value of the IsMasterPage attached property, read from the dependency object specified by element.
| Exception | Condition |
|---|---|
| ArgumentNullException | Raised if element is null. |
The master page corresponds to the DocumentPageView object (in the PageViews collection) that includes the IsMasterPage attached property with a value of true. For more information, see IsMasterPage.
.NET Framework
Available since 3.0
Available since 3.0
Show: