Version

Corners Constructor(Pen,Single)

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

Parameters

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