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