Share via


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

適用対象