DependencyPropertyValueSource.IsInherited 属性

定义

获取一个值,该值指示属性是否继承自父属性。

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

属性值

true 如果继承了该属性,则为否则,为 false.

适用于