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