PrintDocument for WinForms | ComponentOne
C1.PrintDocument.4.5.2 Assembly / C1.C1Preview Namespace / RenderArc Class / BreakBefore Property

In This Topic
    BreakBefore Property (RenderArc)
    In This Topic
    Gets or sets the type of break (none, line, column, or page) to insert before the current object.
    Syntax
    'Declaration
     
    Public Property BreakBefore As BreakEnum
    public BreakEnum BreakBefore {get; set;}
    See Also