Summary
Clears the binding from the source dependency property to the dependency property of the given target.
Syntax
protected static void ClearBinding(DependencyObject target, DependencyProperty targetDependencyProperty, DependencyObject source, DependencyProperty sourceDependencyProperty)
Parameters
Name |
Type |
Description |
target |
DependencyObject |
The target object. |
targetDependencyProperty |
DependencyProperty |
The target's dependency property. |
source |
DependencyObject |
The source object. |
sourceDependencyProperty |
DependencyProperty |
The dependency property of the source. |
Return Value