Specifies the various modes of accounting for border thickness when
            laying out the objects in a document.
            
        
    Namespace: 
   C1.C1PreviewAssembly: C1.C1Report.2 (in C1.C1Report.2.dll)
 Syntax
Syntax
| C# | 
|---|
| public enum BordersModeEnum | 
| Visual Basic | 
|---|
| Public Enumeration BordersModeEnum | 
 Members
Members
| Member name | Description | |
|---|---|---|
| Default | Whole border is considered to be part of the object. This is the default behavior of objects in C1PrintDocument. | |
| C1Report | The 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). | |
| Rdl | Border thickness is not taken into account at all when calculating objects' sizes and layout. Borders are drawn centered on objects' bounds. | 
 
     
     
     
     
    