Class BooleanNotConverter
Inheritance
System.Object
BooleanNotConverter
Namespace: Telerik.UI.Xaml.Controls.Primitives
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class BooleanNotConverter : Object, IValueConverter
Constructors
BooleanNotConverter()
Declaration
public BooleanNotConverter()
Methods
Convert(Object, Type, Object, String)
Declaration
public object Convert(object value, Type targetType, object parameter, string language)
Parameters
System.
|
System.
|
System.
|
System.
|
Returns
System.
|
ConvertBack(Object, Type, Object, String)
Declaration
public object ConvertBack(object value, Type targetType, object parameter, string language)
Parameters
System.
|
System.
|
System.
|
System.
|
Returns
System.
|