[]
Represents a converter that inverts a boolean value. Always returns false if the value is not a boolean.
public class NegateConverter : IValueConverter
| Name | Description |
|---|---|
| NegateConverter() |
| Name | Description |
|---|---|
| Convert(object, Type, object, CultureInfo) | Converts a boolean value to its inverse. |
| ConvertBack(object, Type, object, CultureInfo) | Converts a boolean value to its inverse. |