'Declaration Public Function GetValue( _ ByVal dp As DependencyProperty _ ) As Object
public object GetValue( DependencyProperty dp )
Parameters
- dp
- The System.Windows.DependencyProperty identifier of the property to retrieve the value for.
Return Value
Returns the current effective value.