C# Class CmisSync.CmisTree.LoadingStatusToBrushConverter

Inheritance: IValueConverter
显示文件 Open project: OpenDataSpace/CmisSync

Public Methods

Method Description
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

Method Details

Convert() public method

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
return object

ConvertBack() public method

Not supported
public ConvertBack ( object value, Type targetType, object parameter, CultureInfo culture ) : object
value object
targetType Type
parameter object
culture CultureInfo
return object