BindableExtensions.Inverse Method |
Name | Description | |
---|---|---|
![]() ![]() | Inverse<T>(BindableBinding<T, Boolean>) |
Gets a bindable binding with the inverse of the specified boolean value binding.
|
![]() ![]() | Inverse<T>(BindableBinding<T, Nullable<Boolean>>) |
Gets a bindable binding with the inverse of the specified boolean value binding.
|
![]() ![]() | Inverse(DirectBinding<Boolean>) |
Gets a binding with the inverse of the specified nullable boolean value binding.
|
![]() ![]() | Inverse(DirectBinding<Nullable<Boolean>>) |
Gets a binding with the inverse of the specified nullable boolean value binding.
|