Click or drag to resize

BindableExtensionsInverse Method

Overload List
  NameDescription
Public methodStatic memberInverseT(BindableBindingT, Boolean)
Gets a bindable binding with the inverse of the specified boolean value binding.
Public methodStatic memberInverseT(BindableBindingT, NullableBoolean)
Gets a bindable binding with the inverse of the specified boolean value binding.
Public methodStatic memberInverse(DirectBindingBoolean)
Gets a binding with the inverse of the specified nullable boolean value binding.
Public methodStatic memberInverse(DirectBindingNullableBoolean)
Gets a binding with the inverse of the specified nullable boolean value binding.
Top
See Also