FlexReport for WinForms | ComponentOne
C1.Win.C1Document.4.5.2 Assembly / C1.Win.C1Document Namespace / BordersSplitMode Enumeration

In This Topic
    BordersSplitMode Enumeration
    In This Topic
    Specifies how borders are drawn when the object is split between pages.
    Syntax
    'Declaration
     
    Public Enum BordersSplitMode 
       Inherits System.Enum
    public enum BordersSplitMode : System.Enum 
    Members
    MemberDescription
    NoneBorders are not drawn where the object is split.
    RoundBorders are drawn where the object is split. If the border is round, round borders are drawn where the object is split.
    SquareSquare borders are drawn where the object is split.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Win.C1Document.BordersSplitMode

    See Also