C# Class CoordinateSystemAddin.Common.BoolToVisibilityConverter

Converts the given bool to a Visibility
Inheritance: IValueConverter
Afficher le fichier Open project: Esri/coordinate-conversion-addin-dotnet

Méthodes publiques

Méthode Description
Convert ( Object value, Type targetType, Object parameter, CultureInfo culture ) : Object
ConvertBack ( Object value, Type targetType, Object parameter, CultureInfo culture ) : Object

Method Details

Convert() public méthode

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

ConvertBack() public méthode

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