SolidLine Constructor(Color)
In This Topic
Creates a line with the specified color.
Syntax
'Declaration
Public Function New( _
ByVal As Color _
)
'Usage
Dim color As Color
Dim instance As New SolidLine(color)
public SolidLine(
Color
)
Parameters
- color
- Color of the line.
Example
This example creates a solid line border.
See Also