PrintDocument for WinForms | ComponentOne
C1.PrintDocument.6 Assembly / C1.C1Preview Namespace / RenderArea Class / BordersSplitVertMode Property

In This Topic
    BordersSplitVertMode Property (RenderArea)
    In This Topic
    Gets or sets a value indicating how borders are drawn if the object is too high and is split between pages.
    Syntax
    'Declaration
     
    Public Property BordersSplitVertMode As BordersSplitMode
    public BordersSplitMode BordersSplitVertMode {get; set;}
    See Also