Click or drag to resize

BindableExtensions.Inverse Method

Overload List
  NameDescription
Public methodStatic memberInverse<T>(BindableBinding<T, Boolean>)
Gets a bindable binding with the inverse of the specified boolean value binding.
Public methodStatic memberInverse<T>(BindableBinding<T, Nullable<Boolean>>)
Gets a bindable binding with the inverse of the specified boolean value binding.
Public methodStatic memberInverse(DirectBinding<Boolean>)
Gets a binding with the inverse of the specified nullable boolean value binding.
Public methodStatic memberInverse(DirectBinding<Nullable<Boolean>>)
Gets a binding with the inverse of the specified nullable boolean value binding.
Top
See Also