Extended Library for WPF and Silverlight | ComponentOne
C1.Silverlight.Extended Namespace / C1BookHalfSpan Class
Members

In This Topic
    C1BookHalfSpan Class
    In This Topic
    C1BookHalfSpan simulates a single large element spanning two pages. Put C1BookHalfSpans in the C1BookItems of opposite pages, adjust the Dock property, and repeat the content to get the illusion of a centerfold image.
    Object Model
    C1BookHalfSpan Class
    Syntax
    'Declaration
     
    
    Public Class C1BookHalfSpan 
       Inherits System.Windows.Controls.ContentPresenter
    public class C1BookHalfSpan : System.Windows.Controls.ContentPresenter 
    Inheritance Hierarchy

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

    See Also