ComponentOne Extended Library for UWP
TurnPage(Boolean) Method

C1.UWP.Extended Assembly > C1.Xaml.Extended Namespace > C1Book Class : TurnPage(Boolean) Method
True to turn to the next page, false to turn to the previous page.
Turns to the next or previous page with a page folding animation.
Syntax
'Declaration
 
Public Function TurnPage( _
   ByVal forward As System.Boolean _
) As System.Boolean
public System.bool TurnPage( 
   System.bool forward
)

Parameters

forward
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

Reference

C1Book Class
C1Book Members