StyledPropertyInfo Constructor
In This Topic
Initializes a new instance of the
StyledPropertyInfo.
Syntax
'Declaration
Public Function New( _
ByVal As String, _
ByVal As Type _
)
public StyledPropertyInfo(
string ,
Type
)
Parameters
- name
- Property name.
- type
- Property type.
See Also