C# 클래스 Microsoft.Phone.Controls.TileSizeToWidthConverter

Returns the Hub tile width corresponding to a tile size.
상속: IValueConverter
파일 보기 프로젝트 열기: Kinnara/WPToolkit

공개 메소드들

메소드 설명
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