Spread WinForms 15
FarPoint.Win Assembly / FarPoint.Win Namespace / LineBorder Class / LineBorder Constructor / LineBorder Constructor(Color)
Color of the line


In This Topic
LineBorder Constructor(Color)
In This Topic
Creates a simple single-line border with the specified color.
Syntax
'Declaration
 
Public Function New( _
   ByVal color As Color _
)
 
'Usage
 
Dim color As Color
 
Dim instance As New LineBorder(color)

Parameters

color
Color of the line
See Also