Gets the stationary BookPage on the right side of the Book.

Namespace: Mindscape.SilverlightElements
Assembly: Mindscape.SilverlightElements (in Mindscape.SilverlightElements.dll) Version: 2.0.0.0 (2.0.0.0)

Syntax

C#
public BookPage RightPage { get; private set; }
Visual Basic
Public Property RightPage As BookPage
	Get
	Private Set
Visual C++
public:
property BookPage^ RightPage {
	BookPage^ get ();
	private: void set (BookPage^ value);
}

See Also