Version

Borders Constructor(Pen,Pen)

Initializes a new instance of the Borders class.
Syntax
'Declaration
 
Public Function New( _
   ByVal h As Pen, _
   ByVal v As Pen _
)
public Borders( 
   Pen h,
   Pen v
)

Parameters

h
A Infragistics.Documents.Reports.Graphics.Pen objects that represents the default style for horizontal borders.
v
A Infragistics.Documents.Reports.Graphics.Pen objects that represents the default style for vertical borders.
Remarks
By specifying a horizontal pen and a vertical pen, a single border object will be shared between each horizontal border and each vertical border. Consequently, if the Infragistics.Documents.Reports.Graphics.Pen is changed on one of these borders, the other will also be affected. To work around this, a new instance of the Border class needs to be created and assigned to the border that needs to be changed.
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