Summary
- Namespace
- Avalonia
.Markup .Xaml .Converters - Containing Type
- Color
To Brush Converter
Syntax
public object Convert(object value, Type targetType, object parameter, CultureInfo culture)
Parameters
Name | Type | Description |
---|---|---|
value | object | The value. |
targetType | Type | The target type. |
parameter | object | Not used. |
culture | CultureInfo | Not used. |