ComponentOne FlexReport for WinForms
Border Constructor(Double,Color,DashStyle)

C1.Win.C1Document.4 Assembly > C1.Win.C1Document Namespace > Border Class > Border Constructor : Border Constructor(Double,Color,DashStyle)
Initializes a new instance of the Border class.
Syntax
'Declaration
 
Public Function New( _
   ByVal width As System.Double, _
   ByVal color As System.Drawing.Color, _
   ByVal style As DashStyle _
)
public Border( 
   System.double width,
   System.Drawing.Color color,
   DashStyle style
)

Parameters

width
color
style
See Also

Reference

Border Class
Border Members
Overload List