This topic is dedicated to providing a quick overview of the XAML used to create a C1Book control with five items and its current page set to 3 (page 4, since this is on a zero-based index). For more information, see the CoverFlow for Silverlight Task-Based Help section.
<c1:C1Book x:Name="c1book1" Height="300" Width="450" CurrentPage="3">>
<TextBlock Text="Hello World! 1"/>
<TextBlock Text="Hello World! 2"/>
<TextBlock Text="Hello World! 3"/>
<TextBlock Text="Hello World! 4"/>
<TextBlock Text="Hello World! 5"/>
</c1:C1Book>