[]
Updates the sub-property specified by its name and value.
protected override bool UpdateProperty(string propertyName, object value)
| Type | Name | Description |
|---|---|---|
| string | propertyName | The sub-property name. |
| object | value | The value to be updated. |
| Type | Description |
|---|---|
| bool | A bool value indicates whether to use the default updating.
If you don't want the default updating(update with the value to the property which name is |