PropertyMetadata.DefaultValue Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets the default value for the dependency property.
Assembly: System.Windows (in System.Windows.dll)
If you need to know the type of the value, you can either call typeof() on the value or use reflection to get PropertyInfo from the CLR wrapper of the dependency property.
In Windows Phone, you cannot reset a default value for a dependency property once it is registered.
The default value for a dependency property is often not the apparent value at run time, even if the property is not explicitly set.