Click or drag to resize

InverseBooleanConverter Class

LightningChart .NET Help

[Missing <summary> documentation for "T:Arction.Wpf.SignalProcessing.InverseBooleanConverter"]

Inheritance Hierarchy
SystemObject
  Arction.Wpf.SignalProcessingInverseBooleanConverter

Namespace:  Arction.Wpf.SignalProcessing
Assembly:  Arction.Wpf.SignalProcessing.SignalTools (in Arction.Wpf.SignalProcessing.SignalTools.dll) Version: 10.3.1
Syntax
[ValueConversionAttribute(typeof(bool), typeof(bool))]
public class InverseBooleanConverter : IValueConverter

The InverseBooleanConverter type exposes the following members.

Constructors
  NameDescription
Public methodInverseBooleanConverter
Initializes a new instance of the InverseBooleanConverter class
Top
Methods
  NameDescription
Public methodConvert

[Missing <summary> documentation for "M:Arction.Wpf.SignalProcessing.InverseBooleanConverter.Convert(System.Object,System.Type,System.Object,System.Globalization.CultureInfo)"]

Public methodConvertBack

[Missing <summary> documentation for "M:Arction.Wpf.SignalProcessing.InverseBooleanConverter.ConvertBack(System.Object,System.Type,System.Object,System.Globalization.CultureInfo)"]

Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also