Converts System.Boolean to System.Windows.Visibility by mapping true to Visibility.Visible and false to Visibility.Collapsed.
The following tables list the members exposed by the VisibleConverter type.
Public Constructors| Name | Description | |
|---|---|---|
![]() |
Initializes a new instance of the VisibleConverter class. |
Public Methods| Name | Description | |
|---|---|---|
![]() |
IValueConverter.Convert implementation. |
|
![]() |
IValueConverter.ConvertBack implementation. |
See Also