ComponentOne Document Library for UWP
BordersSplitMode Enumeration

C1.UWP.Document Assembly > C1.Xaml.Document Namespace : BordersSplitMode Enumeration
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.Xaml.Document.BordersSplitMode

See Also

Reference

C1.Xaml.Document Namespace