Gets the BookLeaf on the left 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 BookLeaf LeftTurningLeaf { get; private set; }
Visual Basic
Public Property LeftTurningLeaf As BookLeaf
	Get
	Private Set
Visual C++
public:
property BookLeaf^ LeftTurningLeaf {
	BookLeaf^ get ();
	private: void set (BookLeaf^ value);
}

See Also