Gets whether or not the BookLeaf is currently turning.

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

Syntax

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

See Also