C# Class BuildIt.General.UI.Converters.BoolBoldConverter

Sample converter that exchanges whether an item has been read or not to a font weight. Default is that if read, it will return bold. If parameter is "invert" then if the item has not been read, it will return bold
Inheritance: IValueConverter
Datei anzeigen Open project: builttoroam/BuildIt

Public Methods

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

Method Details

Convert() public method

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