C# Class Netsy.UI.ValueConverters.WidthToColumnCountValueConverter

Inheritance: IValueConverter
ファイルを表示 Open project: AnthonySteele/Netsy

Public Methods

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

Convert width to column count

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

Convert back - not handled

Method Details

Convert() public method

Convert width to column count
public Convert ( object value, Type targetType, object parameter, CultureInfo culture ) : object
value object the value to convert
targetType System.Type the target type
parameter object conversion params
culture System.Globalization.CultureInfo culture info
return object

ConvertBack() public method

Convert back - not handled
public ConvertBack ( object value, Type targetType, object parameter, CultureInfo culture ) : object
value object the value to convert
targetType System.Type the target type
parameter object conversion params
culture System.Globalization.CultureInfo culture info
return object