PostSharpAPI ReferencePost­Sharp.​Patterns.​XamlDependency­Property­AttributeDefault­Value
Open sandboxFocus

DependencyPropertyAttribute.DefaultValue Property

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