public object Convert( object value, Type targetType, object parameter, CultureInfo culture )
Public Function Convert( _ ByVal value As Object, _ ByVal targetType As Type, _ ByVal parameter As Object, _ ByVal culture As CultureInfo _ ) As Object
Parameters
- value
- The Boolean value to convert.
- targetType
- This parameter is not used.
- parameter
- This parameter is not used.
- culture
- This parameter is not used.
Return Value
If not Inverted, Visibility.Visible if value is true; otherwise, Visibility.Collapsed.