Turns to the next or previous page with a page folding animation.

Namespace:  C1.Silverlight.Extended
Assembly:  C1.Silverlight.Extended (in C1.Silverlight.Extended.dll)

Syntax

C#
public bool TurnPage(
	bool forward
)
Visual Basic
Public Function TurnPage ( _
	forward As Boolean _
) As Boolean

Parameters

forward
Type: System..::..Boolean
True to turn to the next page, false to turn to the previous page.

Return Value

True if the page started to turn.

See Also