BoolToVisibilityConversion Enumeration

CVB.Net Documentation
The different conversion modes supported by this converter.

Namespace:  Stemmer.Cvb.Wpf.Converters
Assembly:  Stemmer.Cvb.Wpf (in Stemmer.Cvb.Wpf.dll) Version: 14.0.0.0
Syntax

public enum BoolToVisibilityConversion
Members

  Member nameValueDescription
TrueVisibleFalseHidden0 true is translated to visible, false to hidden (default mode)
TrueVisibleFalseCollapsed1 true is translated to visible, false to collapsed
TrueHiddenFalseVisible2 true is translated to hidden, false to visible
TrueCollapsedFalseVisible3 true is translated to collapsed, false to visible
See Also

Reference