Initializes a new instance of the Border class with the Line info specified.
Syntax
| Visual Basic (Declaration) | |
|---|
Public Function New( _
ByVal line As Line _
) |
| Visual Basic (Usage) | Copy Code |
|---|
Dim line As Line
Dim instance As Border(line)
|
Parameters
- line
- Specifies the Line info for the border.
See Also