C# Класс Cimbalino.Phone.Toolkit.Converters.ResolutionAwareUriConverter

An IValueConverter which converts a Uri value to a resolution aware Uri.
Наследование: IValueConverter
Показать файл Открыть проект Примеры использования класса

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

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

Converts a Uri value to a resolution aware Uri value.

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

Converts a resolution aware Uri value to a Uri value.

ResolutionAwareUriConverter ( ) : System.IO

Initializes a new instance of the ResolutionAwareUriConverter class.

Приватные методы

Метод Описание
ResolutionAwareUriConverter ( int scaleFactor ) : System.IO

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

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

Converts a Uri value to a resolution aware Uri value.
public Convert ( object value, Type targetType, object parameter, System culture ) : object
value object The value produced by the binding source.
targetType System.Type The type of the binding target property.
parameter object The converter parameter to use.
culture System The culture to use in the converter.
Результат object

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

Converts a resolution aware Uri value to a Uri value.
public ConvertBack ( object value, Type targetType, object parameter, System culture ) : object
value object The value produced by the binding source.
targetType System.Type The type of the binding target property.
parameter object The converter parameter to use.
culture System The culture to use in the converter.
Результат object

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

Initializes a new instance of the ResolutionAwareUriConverter class.
public ResolutionAwareUriConverter ( ) : System.IO
Результат System.IO