Class BooleanVisibilityHideConverter
- Namespace
- Innova.Prism.Library.Converters
- Assembly
- Innova.Prism.Library.dll
[ValueConversion(typeof(bool), typeof(Visibility))]
public class BooleanVisibilityHideConverter : IValueConverter
- Inheritance
-
BooleanVisibilityHideConverter
- Implements
Constructors
- BooleanVisibilityHideConverter()
Initializes a new instance of the BooleanVisibilityHideConverter class.
Methods
- Convert(object, Type, object, CultureInfo)
Converts a boolean value to a Visibility value.
- ConvertBack(object, Type, object, CultureInfo)
Converts a Visibility value back to a boolean value.