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

In This Topic
    RightPageTemplate Property
    In This Topic
    Gets or sets the template of the page shown in the right side of the book.
    Syntax
    'Declaration
     
    Public Property RightPageTemplate As ControlTemplate
    public ControlTemplate RightPageTemplate {get; set;}
    See Also