[]
Represents a converter that converts various color types to a brush.
public class ColorToBrushConverter : IValueConverter
Name | Description |
---|---|
ColorToBrushConverter() |
Name | Description |
---|---|
Convert(object, Type, object, CultureInfo) | Converts various color types to a SolidColorBrush for display in the UI. |
ConvertBack(object, Type, object, CultureInfo) | Converts the brush back to the original color type. |