DependencyPropertyValueSource.IsDefaultValue 属性

定义

获取一个值,指示属性是否设置为其默认值。

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

属性值

如果该属性设置为其默认值,则为 true;否则为false

适用于