NegateBooleanConverter Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Microsoft internal use only.
public ref class NegateBooleanConverter sealed : System::Windows::Data::IValueConverter
public sealed class NegateBooleanConverter : System.Windows.Data.IValueConverter
type NegateBooleanConverter = class
interface IValueConverter
Public NotInheritable Class NegateBooleanConverter
Implements IValueConverter
- Inheritance
-
NegateBooleanConverter
- Implements
Constructors
NegateBooleanConverter() |
Instantiates a new instance of NegateBooleanConverter. |
Methods
Convert(Object, Type, Object, CultureInfo) |
Returns a value that is the negation of the specified Boolean value. |
ConvertBack(Object, Type, Object, CultureInfo) |
Returns a value that is the negation of the specified Boolean value. |