RichTextBox for UWP | ComponentOne
C1.Xaml.RichTextBox Namespace / C1PageLayout Class
Members

In This Topic
    C1PageLayout Class
    In This Topic
    Defines the layout used for the pages when C1RichTextBox.ViewMode is TextViewMode.Print.
    Object Model
    C1PageLayout Class
    Syntax
    'Declaration
     
    <ComposableAttribute(Windows.UI.Xaml.IDependencyObjectFactory, 
       CompositionType.Protected, 
       65536, 
       "Windows.Foundation.UniversalApiContract")>
    <ContractVersionAttribute(Windows.Foundation.UniversalApiContract, 65536)>
    <MarshalingBehaviorAttribute(MarshalingType.Agile)>
    <WebHostHiddenAttribute()>
    <ThreadingAttribute(ThreadingModel.Both)>
    Public Class C1PageLayout 
       Inherits Windows.UI.Xaml.DependencyObject
    [Composable(Windows.UI.Xaml.IDependencyObjectFactory, 
       CompositionType.Protected, 
       65536, 
       "Windows.Foundation.UniversalApiContract")]
    [ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
    [MarshalingBehavior(MarshalingType.Agile)]
    [WebHostHidden()]
    [Threading(ThreadingModel.Both)]
    public class C1PageLayout : Windows.UI.Xaml.DependencyObject 
    Inheritance Hierarchy

    System.Object
       Windows.UI.Xaml.DependencyObject
          C1.Xaml.RichTextBox.C1PageLayout

    See Also