DependencyObject::ClearValue Method (DependencyProperty^)
.NET Framework (current version)
Clears the local value of a property. The property to be cleared is specified by a DependencyProperty identifier.
Assembly: WindowsBase (in WindowsBase.dll)
Parameters
- dp
-
Type:
System.Windows::DependencyProperty^
The dependency property to be cleared, identified by a DependencyProperty object reference.
| Exception | Condition |
|---|---|
| InvalidOperationException | Attempted to call ClearValue on a sealed DependencyObject. |
Clearing the property value by calling ClearValue does not necessarily give a dependency property the default value that is specified in the dependency property metadata. Clearing the property only specifically clears whatever local value may have been applied. For more information, see Dependency Property Value Precedence.
.NET Framework
Available since 3.0
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Available since 3.0
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Show: