DocumentViewerBase::GetIsMasterPage Method (DependencyObject^)

 

Returns the value of the IsMasterPage attached property for a specified dependency object.

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

public:
static bool GetIsMasterPage(
	DependencyObject^ element
)

Parameters

element
Type: System.Windows::DependencyObject^

A dependency object from which to retrieve the value of IsMasterPage.

Return Value

Type: System::Boolean

The 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
Return to top
Show: