DependencyPropertyValueSource.IsInherited Property

Definition

Gets a value that indicates whether the property is inherited from a parent property.

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

Property Value

true if the property is inherited; otherwise, false.

Applies to