Class
ColorToBrushConverter

Represents the converter that converts Color values to and from Brush values.

Definition

Namespace:Telerik.UI.Xaml.Controls

Assembly:Telerik.WinUI.Controls.dll

Syntax:

cs-api-definition
public class ColorToBrushConverter : IValueConverter

Inheritance: objectColorToBrushConverter

Implements: IValueConverter

Constructors

ColorToBrushConverter()

Declaration

cs-api-definition
public ColorToBrushConverter()

Methods

Convert(object, Type, object, string)

Declaration

cs-api-definition
public object Convert(object value, Type targetType, object parameter, string language)

Parameters

value

object

targetType

Type

parameter

object

language

string

Returns

object

ConvertBack(object, Type, object, string)

Declaration

cs-api-definition
public object ConvertBack(object value, Type targetType, object parameter, string language)

Parameters

value

object

targetType

Type

parameter

object

language

string

Returns

object