C# Class Charmed.Converters.InverseBoolToVisibilityConverter

Inverts a boolean and converts it to a Visibility.
Inheritance: IValueConverter
Afficher le fichier Open project: brentedwards/Charmed Class Usage Examples

Méthodes publiques

Méthode Description
Convert ( object value, Type targetType, object parameter, System culture ) : object
Convert ( object value, Type targetType, object parameter, string language ) : object
ConvertBack ( object value, Type targetType, object parameter, System culture ) : object
ConvertBack ( object value, Type targetType, object parameter, string language ) : object

Method Details

Convert() public méthode

public Convert ( object value, Type targetType, object parameter, System culture ) : object
value object
targetType System.Type
parameter object
culture System
Résultat object

Convert() public méthode

public Convert ( object value, Type targetType, object parameter, string language ) : object
value object
targetType System.Type
parameter object
language string
Résultat object

ConvertBack() public méthode

public ConvertBack ( object value, Type targetType, object parameter, System culture ) : object
value object
targetType System.Type
parameter object
culture System
Résultat object

ConvertBack() public méthode

public ConvertBack ( object value, Type targetType, object parameter, string language ) : object
value object
targetType System.Type
parameter object
language string
Résultat object