Version

Borders Constructor(Pen,Pen,Pen,Pen)

Initializes a new instance of the Borders class.
Syntax
'Declaration
 
Public Function New( _
   ByVal left As Pen, _
   ByVal right As Pen, _
   ByVal top As Pen, _
   ByVal bottom As Pen _
)
public Borders( 
   Pen left,
   Pen right,
   Pen top,
   Pen bottom
)

Parameters

left
A Infragistics.Documents.Reports.Graphics.Pen objects that represents the default style for the left border.
right
A Infragistics.Documents.Reports.Graphics.Pen objects that represents the default style for the right border.
top
A Infragistics.Documents.Reports.Graphics.Pen objects that represents the default style for the top border.
bottom
A Infragistics.Documents.Reports.Graphics.Pen objects that represents the default style for the bottom border.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also