IsDefaultProperty Method (BaseStyle)
In This Topic
Returns value indicating whether the specified property is default.
Syntax
'Declaration
Protected Overridable Function IsDefaultProperty( _
ByVal As System.String _
) As System.Boolean
protected virtual System.bool IsDefaultProperty(
System.string
)
Parameters
- name
- Specified property name.
Exceptions
Exception | Description |
System.Collections.Generic.KeyNotFoundException | The exception that is thrown when the key specified for accessing an element in a collection does not match any key in the collection. |
See Also