Spread WinForms 15
FarPoint.Win Assembly / FarPoint.Win Namespace / DoubleLineBorder Class / DoubleLineBorder Constructor / DoubleLineBorder Constructor(Color)
Color of the double lines


In This Topic
DoubleLineBorder Constructor(Color)
In This Topic
Creates a double-line border with the specified color and a width of 3.
Syntax
'Declaration
 
Public Function New( _
   ByVal color As Color _
)
 
'Usage
 
Dim color As Color
 
Dim instance As New DoubleLineBorder(color)

Parameters

color
Color of the double lines
See Also