C# Class Microsoft.Phone.Controls.TileSizeToHeightConverter

Returns the Hub tile height corresponding to a tile size.
Inheritance: IValueConverter
Afficher le fichier Open project: Kinnara/WPToolkit

Méthodes publiques

Méthode Description
Convert ( object value, Type targetType, object parameter, CultureInfo culture ) : object

Converts from a tile size to the corresponding height.

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

Not used.

Method Details

Convert() public méthode

Converts from a tile size to the corresponding height.
public Convert ( object value, Type targetType, object parameter, CultureInfo culture ) : object
value object
targetType System.Type
parameter object
culture System.Globalization.CultureInfo
Résultat object

ConvertBack() public méthode

Not used.
public ConvertBack ( object value, Type targetType, object parameter, CultureInfo culture ) : object
value object
targetType System.Type
parameter object
culture System.Globalization.CultureInfo
Résultat object