Represents the converter that converts Color values with opacity as parameter to SolidColorBrush.
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.dll
Syntax:
C#
public class ColorToBrushWithOpacityConverter : IValueConverter
Inheritance: objectColorToBrushWithOpacityConverter
Implements:
Constructors
C#
public ColorToBrushWithOpacityConverter()
Methods
Returns the SolidColorBrush generated from the provided input.
C#
public object Convert(object value, Type targetType, object parameter, CultureInfo culture)
The color.
targetTypeTypeValue is not respected.
parameterobjectThe opacity parameter.
cultureCultureInfoValue is not respected.
Returns:This method is not implemented.
C#
public object ConvertBack(object value, Type targetType, object parameter, CultureInfo culture)