Gets or sets whether the first page of the book is displayed in the right side of the book.

Namespace:  C1.WPF.Extended
Assembly:  C1.WPF.Extended (in C1.WPF.Extended.dll)
XMLNS for XAML: Not mapped to an xmlns.

Syntax

C#
public bool IsFirstPageOnTheRight { get; set; }
Visual Basic
Public Property IsFirstPageOnTheRight As Boolean
	Get
	Set
XAML Attribute Usage
<object IsFirstPageOnTheRight="bool" .../>

Remarks

This is a dependency property.

See Also