C# Class Microsoft.Phone.Controls.TileSizeToHeightConverter

Returns the Hub tile height corresponding to a tile size.
Inheritance: IValueConverter
Show file Open project: Kinnara/WPToolkit

Public Methods

Method 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 method

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
return object

ConvertBack() public method

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