'Declaration Public Overloads Sub SetValue( _ ByVal dp As DependencyProperty, _ ByVal value As Object _ )
public void SetValue( DependencyProperty dp, object value )
Parameters
- dp
- The identifier of the dependency property to set.
- value
- The new local value.