Click or drag to resize

BooleanToVisibilityConverterVisibilityWhenBooleanIsFalse Property

The visibility value to be used when converting from a false boolean value. Defaults to Collapsed.

Namespace:  TomsToolbox.Wpf.Converters
Assembly:  TomsToolbox.Wpf (in TomsToolbox.Wpf.dll)
Syntax
public Visibility VisibilityWhenBooleanIsFalse { get; set; }

Property Value

Type: Visibility
See Also