[This is preliminary documentation and is subject to change.]
Author: Đonny
Implements IValueConverter which negates Boolean value
Namespace: Tools.WindowsT.WPF.ConvertersTAssembly: Tools.Windows (in Tools.Windows.dll) Version: 1.5.3.38916 (1.5.3.38916)
Syntax
| C# |
|---|
public class NotBooleanValueConverter : StronglyTypedConverter<bool, bool> |
| Visual Basic |
|---|
Public Class NotBooleanValueConverter _ Inherits StronglyTypedConverter(Of Boolean, Boolean) |
| Visual C++ |
|---|
public ref class NotBooleanValueConverter : public StronglyTypedConverter<bool, bool> |
| F# |
|---|
type NotBooleanValueConverter = class inherit StronglyTypedConverter<bool, bool> end |
| JScript |
|---|
public class NotBooleanValueConverter extends StronglyTypedConverter<boolean, boolean> |
Inheritance Hierarchy
System..::..Object
Tools.WindowsT.WPF.ConvertersT..::..StronglyTypedConverter<(Of <(<'Boolean, Boolean>)>)>
Tools.WindowsT.WPF.ConvertersT..::..NotBooleanValueConverter
Tools.WindowsT.WPF.ConvertersT..::..StronglyTypedConverter<(Of <(<'Boolean, Boolean>)>)>
Tools.WindowsT.WPF.ConvertersT..::..NotBooleanValueConverter
See Also
Version History
1.5.2
- (Alpha) VersionAttribute and AuthorAttribute removed