'Declaration Public Sub CoerceValue( _ ByVal dp As DependencyProperty _ )
public void CoerceValue( DependencyProperty dp )
Parameters
- dp
- The identifier for the dependency property to coerce.
'Declaration Public Sub CoerceValue( _ ByVal dp As DependencyProperty _ )
public void CoerceValue( DependencyProperty dp )
Exception | Description |
---|---|
System.InvalidOperationException | The specified dp or its value were invalid or do not exist. |