Class InvertVisibilityConverter
- Namespace
- Innova.Prism.Library.Converters
- Assembly
- Innova.Prism.Library.dll
Converter that inverts the visibility of a UI element.
[ValueConversion(typeof(int), typeof(Visibility))]
public class InvertVisibilityConverter : MarkupExtension, IValueConverter
- Inheritance
-
InvertVisibilityConverter
- Implements
Methods
- Convert(object, Type, object, CultureInfo)
Converts the input value to the inverted visibility.
- ConvertBack(object, Type, object, CultureInfo)
Converts the inverted visibility back to the original value.
- ProvideValue(IServiceProvider)
Provides the converter instance.