Exemple #1
0
 /// <summary>
 /// Clears the local value of a dependency property.
 /// </summary>
 /// <param name="dependencyProperty">The DependencyProperty identifier of the property for which to clear the value.</param>
 public void ClearValue(DependencyProperty dependencyProperty)
 {
     _frame.ClearValue(dependencyProperty);
 }