PostSharp//API Reference/Post­Sharp.​Patterns.​Xaml/Dependency­Property­Attribute/Default­Value
Open sandboxFocus

Property DefaultValue

DefaultValue

Gets or sets the initial value of the dependency property and the DefaultValue property of the dependency property metadata. If you set this property, do not use a property initializer.

Declaration
public object DefaultValue { get; set; }
Property Value
Type Description
Object