Extended Library for WPF and Silverlight | ComponentOne
C1.WPF.Extended Namespace / C1Book Class / TurnPage(Boolean) Method
True to turn to the next page, false to turn to the previous page.

In This Topic
    TurnPage(Boolean) Method
    In This Topic
    Turns to the next or previous page with a page folding animation.
    Syntax
    'Declaration
     
    
    Public Function TurnPage( _
       ByVal forward As Boolean _
    ) As Boolean
    public bool TurnPage( 
       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