Extended Library for WPF and Silverlight | ComponentOne
C1.WPF.Extended Namespace / C1Book Class / RightPageTemplate Property

In This Topic
    RightPageTemplate Property (C1Book)
    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