C# Class CoordinateSystemAddin.Common.BoolToVisibilityConverter

Converts the given bool to a Visibility
Inheritance: IValueConverter
显示文件 Open project: Esri/coordinate-conversion-addin-dotnet

Public Methods

Method 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 method

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

ConvertBack() public method

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