DocumentViewerBase::SetIsMasterPage Method (DependencyObject^, Boolean)
.NET Framework (current version)
Sets the IsMasterPage attached property on a specified dependency object.
Assembly: PresentationFramework (in PresentationFramework.dll)
Parameters
- element
-
Type:
System.Windows::DependencyObject^
A dependency object on which to set the value of IsMasterPage.
- value
-
Type:
System::Boolean
The new value to set the property to.
| 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: