C1BookHalfSpan simulates a single large element spanning two pages. Put C1BookHalfSpans in the C1BookItems of opposite pages, adjust the [P:Dock] property, and repeat the content to get the illusion of a centerfold image.

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

Syntax

C#
public class C1BookHalfSpan : ContentPresenter
Visual Basic
Public Class C1BookHalfSpan _
	Inherits ContentPresenter

Inheritance Hierarchy

System..::..Object
  System.Windows..::..DependencyObject
    System.Windows..::..UIElement
      System.Windows..::..FrameworkElement
        System.Windows.Controls..::..ContentPresenter
          C1.Silverlight.Extended..::..C1BookHalfSpan

See Also