Syntax
'Declaration
Public Overloads Function SetBinding( _
ByVal As System.Windows.DependencyProperty, _
ByVal As System.String _
) As System.Windows.Data.BindingExpression
public System.Windows.Data.BindingExpression SetBinding(
System.Windows.DependencyProperty ,
System.string
)
Parameters
- dp
- path
See Also