共用方式為


DependencyPropertyValueSource.IsInherited 屬性

定義

取得值,這個值表示此屬性是否繼承自父屬性。

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

屬性值

Boolean

如果屬性是繼承的,則為 true,否則為 false

適用於