AttachedPropertyInfo<T>.DefaultValue Property

Definition

Gets or sets the default value of the attached property.

public:
 property T DefaultValue { T get(); void set(T value); };
public T DefaultValue { get; set; }
member this.DefaultValue : 'T with get, set
Public Property DefaultValue As T

Property Value

T

The default value of the attached property.

Applies to