Share via


DependencyPropertyValueSource.Inherited Property

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

Gets a DependencyPropertyValueSource object that 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.InheritedValue instead")> _
Public Shared ReadOnly Property Inherited As DependencyPropertyValueSource
    Get
[ObsoleteAttribute("Use DependencyPropertyValueSource.InheritedValue instead")]
public static DependencyPropertyValueSource Inherited { get; }
[ObsoleteAttribute(L"Use DependencyPropertyValueSource.InheritedValue instead")]
public:
static property DependencyPropertyValueSource^ Inherited {
    DependencyPropertyValueSource^ get ();
}
[<ObsoleteAttribute("Use DependencyPropertyValueSource.InheritedValue instead")>]
static member Inherited : DependencyPropertyValueSource
static function get Inherited () : DependencyPropertyValueSource

Property Value

Type: Microsoft.Windows.Design.PropertyEditing.DependencyPropertyValueSource
A DependencyPropertyValueSource that represents an inherited property.

.NET Framework Security

See Also

Reference

DependencyPropertyValueSource Class

Microsoft.Windows.Design.PropertyEditing Namespace

Other Resources

WPF Designer Extensibility

Property Editing Architecture