Extended Library for UWP | ComponentOne
C1.UWP.Extended Assembly / C1.Xaml.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 Windows.UI.Xaml.Controls.ContentPresenter
    public class C1BookHalfSpan : Windows.UI.Xaml.Controls.ContentPresenter 
    Inheritance Hierarchy

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

    See Also