PropertyMetadata.DefaultValue Property

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Gets the default value for the dependency property.

Namespace:  System.Windows
Assembly:  System.Windows (in System.Windows.dll)

Syntax

'Declaration
Public ReadOnly Property DefaultValue As Object
public Object DefaultValue { get; }

Property Value

Type: System.Object
The default value for the dependency property.

Remarks

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 WPF, this property is settable. In Silverlight 3, 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. For more information, see Dependency Property Value Precedence.

Version Information

Silverlight

Supported in: 5, 4, 3

Silverlight for Windows Phone

Supported in: Windows Phone OS 7.1, Windows Phone OS 7.0

Platforms

For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.