Class
MachineStateToSolidColorBrushConverter

Definition

Namespace:ArtOfTest.WebAii.Design.UI.Scheduling.Converters

Assembly:ArtOfTest.WebAii.Design.dll

Syntax:

cs-api-definition
public class MachineStateToSolidColorBrushConverter : IValueConverter

Inheritance: objectMachineStateToSolidColorBrushConverter

Implements: IValueConverter

Constructors

MachineStateToSolidColorBrushConverter()

Declaration

cs-api-definition
public MachineStateToSolidColorBrushConverter()

Methods

Convert(object, Type, object, CultureInfo)

Declaration

cs-api-definition
public object Convert(object value, Type targetType, object parameter, CultureInfo culture)

Parameters

value

object

targetType

Type

parameter

object

culture

CultureInfo

Returns

object

Implements IValueConverter.Convert(object, Type, object, CultureInfo)

ConvertBack(object, Type, object, CultureInfo)

Declaration

cs-api-definition
public object ConvertBack(object value, Type targetType, object parameter, CultureInfo culture)

Parameters

value

object

targetType

Type

parameter

object

culture

CultureInfo

Returns

object

Implements IValueConverter.ConvertBack(object, Type, object, CultureInfo)