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

附加属性的默认值。

适用于