Extended Library for UWP | ComponentOne
C1.UWP.Extended Assembly / C1.Xaml.Extended Namespace / C1Book Class / IsFirstPageOnTheRight Property

In This Topic
    IsFirstPageOnTheRight Property
    In This Topic
    Gets or sets whether the first page of the book is displayed in the right side of the book.
    Syntax
    'Declaration
     
    Public Property IsFirstPageOnTheRight As Boolean
    public bool IsFirstPageOnTheRight {get; set;}
    See Also