C# Класс CmisSync.CmisTree.LoadingStatusToBrushConverter

Наследование: IValueConverter
Показать файл Открыть проект

Открытые методы

Метод Описание
Convert ( object value, Type targetType, object parameter, CultureInfo culture ) : object

Converts the given LoadingStatus to a Brush with the selected Color

ConvertBack ( object value, Type targetType, object parameter, CultureInfo culture ) : object

Not supported

Описание методов

Convert() публичный Метод

Converts the given LoadingStatus to a Brush with the selected Color
public Convert ( object value, Type targetType, object parameter, CultureInfo culture ) : object
value object
targetType Type
parameter object
culture CultureInfo
Результат object

ConvertBack() публичный Метод

Not supported
public ConvertBack ( object value, Type targetType, object parameter, CultureInfo culture ) : object
value object
targetType Type
parameter object
culture CultureInfo
Результат object