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

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