DependencyPropertyValueSource.IsDefaultValue 属性

定义

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

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

属性值

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

适用于