共用方式為


AttachedPropertyInfo<T>.DefaultValue 屬性

定義

取得或設定附加屬性的預設值。

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

屬性值

T

附加屬性的預設值。

適用於