Syntax
'Declaration
Public Overloads Function SetBinding( _
ByVal As System.Windows.DependencyProperty, _
ByVal As System.Windows.Data.BindingBase _
) As System.Windows.Data.BindingExpressionBase
public System.Windows.Data.BindingExpressionBase SetBinding(
System.Windows.DependencyProperty ,
System.Windows.Data.BindingBase
)
Parameters
- dp
- binding
See Also