DocumentViewerBase.GetIsMasterPage(DependencyObject) Method

Definition

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

public:
 static bool GetIsMasterPage(System::Windows::DependencyObject ^ element);
public static bool GetIsMasterPage (System.Windows.DependencyObject element);
static member GetIsMasterPage : System.Windows.DependencyObject -> bool
Public Shared Function GetIsMasterPage (element As DependencyObject) As Boolean

Parameters

element
DependencyObject

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

Returns

The value of the IsMasterPage attached property, read from the dependency object specified by element.

Exceptions

Raised if element is null.

Remarks

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.

Applies to

See also