Gets or sets the template of the page shown in the left side of the book.

Namespace:  C1.WPF.Extended
Assembly:  C1.WPF.Extended (in C1.WPF.Extended.dll)

Syntax

C#
public ControlTemplate LeftPageTemplate { get; set; }
Visual Basic
Public Property LeftPageTemplate As ControlTemplate
	Get
	Set

Remarks

This is a dependency property.

See Also