C# Class CmisSync.CmisTree.FolderTypeToBrushConverter

Inheritance: IValueConverter
Datei anzeigen Open project: OpenDataSpace/CmisSync

Public Methods

Method Description
Convert ( object value, Type targetType, object parameter, CultureInfo culture ) : object

Converts the given FolderType 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 FolderType to a Brush with the selected color
public Convert ( object value, Type targetType, object parameter, CultureInfo culture ) : object
value object
targetType System.Type
parameter object
culture System.Globalization.CultureInfo
return object

ConvertBack() public method

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