[]
Sets the specified value.
public void SetValue<T>(T value, IValueConverter converter)
| Type | Name | Description |
|---|---|---|
| T | value | The value to be set |
| IValueConverter | converter | The converter to convert the value to the property type if necessary. |
| Name | Description |
|---|---|
| T | The type of the value to be set. |