C# Class BuildIt.General.UI.Converters.BoolVisibilityConverter

Converts between bool to visibility
Inheritance: IValueConverter
Datei anzeigen Open project: builttoroam/BuildIt

Public Methods

Method Description
Convert ( object value, Type targetType, object parameter, CultureInfo culture ) : object

Converts bool to visibility

Method Details

Convert() public method

Converts bool to visibility
public Convert ( object value, Type targetType, object parameter, CultureInfo culture ) : object
value object Incoming bool value
targetType System.Type N/A
parameter object N/A
culture System.Globalization.CultureInfo N/A
return object