Gets the BookPage displayed on the top of the BookLeaf. This is the page facing upwards.

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

Syntax

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

See Also