RichTextBox for UWP | ComponentOne
C1.Xaml.RichTextBox.Documents Namespace / C1BlockUIContainer Class / PageBreakAfter Property

In This Topic
    PageBreakAfter Property (C1BlockUIContainer)
    In This Topic
    Gets or sets a PageBreak value indicating when a page break is inserted after this C1Block.
    Syntax
    'Declaration
     
    Public Property PageBreakAfter As PageBreak
    public PageBreak PageBreakAfter {get; set;}
    See Also