'Declaration Public Function ReadLocalValue( _ ByVal dp As DependencyProperty _ ) As Object
public object ReadLocalValue( DependencyProperty dp )
Parameters
- dp
- The System.Windows.DependencyProperty identifier of the property to retrieve the value for.
Return Value
Returns the local value, or returns the sentinel value System.Windows.DependencyProperty.UnsetValue if no local value is set.