ResetProperty Method (StyledPropertyCollection)
In This Topic
Completely resets specified property (make it uninitialized, initialization required after that).
Syntax
'Declaration
Protected Overridable Sub ResetProperty( _
ByVal As String _
)
protected virtual void ResetProperty(
string
)
Parameters
- name
- Specified property name.
Exceptions
See Also