BoolNegationConverter 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.
Value converter that applies NOT operator to a Boolean value.
public class BoolNegationConverter : Microsoft.UI.Xaml.Data.IValueConverter
type BoolNegationConverter = class
interface IValueConverter
Public Class BoolNegationConverter
Implements IValueConverter
- Inheritance
-
BoolNegationConverter
- Implements
-
Microsoft.UI.Xaml.Data.IValueConverter
Constructors
BoolNegationConverter() |
Methods
Convert(Object, Type, Object, String) |
Convert a boolean value to its negation. |
ConvertBack(Object, Type, Object, String) |
Convert back a boolean value to its negation. |