[]
Reset specified property to its default value.
protected void ResetProperty(string name, object defaultValue)
| Type | Name | Description |
|---|---|---|
| string | name | Specified property. |
| object | defaultValue | Resets to this value if can't reset automatically. |
Reset specified property to its default value.
protected override void ResetProperty(string name)
| Type | Name | Description |
|---|---|---|
| string | name | Specified property. |
| Type | Condition |
|---|---|
| KeyNotFoundException |