C# Class Signal.Xaml.Converters.BooleanToVisibilityConverter

Inheritance: IValueConverter
Afficher le fichier Open project: smndtrl/Signal-UWP

Méthodes publiques

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

Converts a bool value to a Visibility value.

ConvertBack ( object value, Type targetType, object parameter, string language ) : object

Converts a Visibility value to a bool value.

Method Details

Convert() public méthode

Converts a bool value to a Visibility value.
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

Converts a Visibility value to a bool value.
public ConvertBack ( object value, Type targetType, object parameter, string language ) : object
value object
targetType System.Type
parameter object
language string
Résultat object