C# Класс Microsoft.Phone.Controls.TileSizeToWidthConverter

Returns the Hub tile width corresponding to a tile size.
Наследование: IValueConverter
Показать файл Открыть проект

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

Метод Описание
Convert ( object value, Type targetType, object parameter, CultureInfo culture ) : object

Converts from a tile size to the corresponding width.

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

Not used.

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

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

Converts from a tile size to the corresponding width.
public Convert ( object value, Type targetType, object parameter, CultureInfo culture ) : object
value object
targetType System.Type
parameter object
culture System.Globalization.CultureInfo
Результат object

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

Not used.
public ConvertBack ( object value, Type targetType, object parameter, CultureInfo culture ) : object
value object
targetType System.Type
parameter object
culture System.Globalization.CultureInfo
Результат object