Specifies how borders are drawn when the object is split between pages.

Namespace:  C1.C1Preview
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public enum BordersSplitMode
Visual Basic
Public Enumeration BordersSplitMode

Members

Member nameDescription
None Borders are not drawn where the object is split.
Square Square borders are drawn where the object is split.
Round Borders are drawn where the object is split. If the border is round (see RadiusX()()()(), RadiusY()()()()), round borders are drawn where the object is split.

See Also