Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / BordersModeEnum Enumeration

In This Topic
    BordersModeEnum Enumeration
    In This Topic
    Specifies the various modes of accounting for border thickness when laying out the objects in a document.
    Syntax
    'Declaration
     
    Public Enum BordersModeEnum 
       Inherits System.Enum
    public enum BordersModeEnum : System.Enum 
    Members
    MemberDescription
    C1ReportThe inner 1/2 of border thickness is considered to be part of the object, the outer 1/2 of border is considered to be outside of the object's space. This is the default behavior of objects in C1Report (same as in MS Access).
    DefaultWhole border is considered to be part of the object. This is the default behavior of objects in C1PrintDocument.
    RdlBorder thickness is not taken into account at all when calculating objects' sizes and layout. Borders are drawn centered on objects' bounds.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.C1Preview.BordersModeEnum

    See Also