C# Class Netsy.UI.ValueConverters.WidthToColumnCountValueConverter

Inheritance: IValueConverter
Afficher le fichier Open project: AnthonySteele/Netsy

Méthodes publiques

Méthode 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 méthode

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
Résultat object

ConvertBack() public méthode

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
Résultat object