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) Version: 2.21.0+44d18b541fc9419ec3c549350a832394661b2a4d
XMLNS for XAML: Not mapped to an xmlns.
Syntax
public Visibility VisibilityWhenBooleanIsFalse { get; set; }

Property Value

Visibility
See Also