Summary
Converts a given
string
back to a Color
- Namespace
- MahApps
.Metro .Converters - Containing Type
- ColorToNameConverter
Syntax
public override object ConvertBack(object value, Type targetType, object parameter, CultureInfo culture)
Parameters
Name | Type | Description |
---|---|---|
value | object | The name of the Color |
targetType | Type | |
parameter | object | Optional: A Dictionary<TKey, TValue> |
culture | CultureInfo |
Return Value
Type | Description |
---|---|
object | Color |