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

In This Topic
    LeftPageTemplate Property
    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