Share via


DependencyPropertyValueSource.IsInherited Property

Note: This API is now obsolete. The non-obsolete alternative is IsInheritedValue.

Gets a value that indicates whether this DependencyPropertyValueSource represents an inherited property.

Namespace:  Microsoft.Windows.Design.PropertyEditing
Assembly:  Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)

Syntax

'Declaration
<ObsoleteAttribute("Use DependencyPropertyValueSource.IsInheritedValue instead")> _
Public ReadOnly Property IsInherited As Boolean
    Get
[ObsoleteAttribute("Use DependencyPropertyValueSource.IsInheritedValue instead")]
public bool IsInherited { get; }
[ObsoleteAttribute(L"Use DependencyPropertyValueSource.IsInheritedValue instead")]
public:
property bool IsInherited {
    bool get ();
}
[<ObsoleteAttribute("Use DependencyPropertyValueSource.IsInheritedValue instead")>]
member IsInherited : bool
function get IsInherited () : boolean

Property Value

Type: System.Boolean
true if this object represent an inherited property; otherwise, false.

.NET Framework Security

See Also

Reference

DependencyPropertyValueSource Class

Microsoft.Windows.Design.PropertyEditing Namespace

Other Resources

WPF Designer Extensibility

Property Editing Architecture