共用方式為


DependencyPropertyValueSource.IsDefaultValue 屬性

定義

取得值,這個值表示這個此屬性是否設定為其預設值。

public:
 property bool IsDefaultValue { bool get(); };
public bool IsDefaultValue { get; }
member this.IsDefaultValue : bool
Public ReadOnly Property IsDefaultValue As Boolean

屬性值

如果屬性設定為其預設值,則為 true,否則為 false

適用於