BorderProperty Constructor
In This Topic
Creates a new border property with the specified name.
Creates a new BorderProperty object.
Syntax
'Declaration
Protected Function New( _
ByVal As String _
)
'Usage
Dim name As String
Dim instance As New BorderProperty(name)
protected BorderProperty(
string
)
Parameters
- name
- string
See Also