Gets the BookPage displayed on the bottom of the BookLeaf. This is the page facing downwards.

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

Syntax

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

See Also