Version

Borders Constructor(Pen,Single)

Initializes a new instance of the Borders class.
Syntax
'Declaration
 
Public Function New( _
   ByVal pen As Pen, _
   ByVal radius As Single _
)
public Borders( 
   Pen pen,
   float radius
)

Parameters

pen
A Infragistics.Documents.Reports.Graphics.Pen objects that represents the default style for all borders.
radius
A float value indicating the radius of the corners.
Remarks
Specifying a single pen will cause all borders to use the same instance of a Border. Consequently, changing the Infragistics.Documents.Reports.Graphics.Pen of any individual border will affect every border. In order to change individual border colors, a new instance of the Border class needs to be 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