C# Класс Netsy.UI.ValueConverters.WidthToColumnCountValueConverter

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

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

Метод Описание
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

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

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

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
Результат object

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

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
Результат object