다음을 통해 공유


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입니다.

적용 대상