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

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

Méthodes publiques

Méthode 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

Méthode Description
ResolutionAwareUriConverter ( int scaleFactor ) : System.IO

Method Details

Convert() public méthode

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.
Résultat object

ConvertBack() public méthode

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.
Résultat object

ResolutionAwareUriConverter() public méthode

Initializes a new instance of the ResolutionAwareUriConverter class.
public ResolutionAwareUriConverter ( ) : System.IO
Résultat System.IO