C# Class Cimbalino.Phone.Toolkit.Converters.ResolutionAwareUriConverter

An IValueConverter which converts a Uri value to a resolution aware Uri.
Inheritance: IValueConverter
Show file Open project: Cimbalino/Cimbalino-Phone-Toolkit Class Usage Examples

Public Methods

Method Description
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.

Private Methods

Method Description
ResolutionAwareUriConverter ( int scaleFactor ) : System.IO

Method Details

Convert() public method

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

ConvertBack() public method

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

ResolutionAwareUriConverter() public method

Initializes a new instance of the ResolutionAwareUriConverter class.
public ResolutionAwareUriConverter ( ) : System.IO
return System.IO