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