Delen via


DependencyPropertyValueSource.Inherited Property

Gets the parent property this property inherits from.

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

Syntax

'Declaration
Public Shared ReadOnly Property Inherited As DependencyPropertyValueSource
'Usage
Dim value As DependencyPropertyValueSource 

value = DependencyPropertyValueSource.Inherited
public static DependencyPropertyValueSource Inherited { get; }
public:
static property DependencyPropertyValueSource^ Inherited {
    DependencyPropertyValueSource^ get ();
}
public static function get Inherited () : DependencyPropertyValueSource

Property Value

Type: Microsoft.Windows.Design.PropertyEditing.DependencyPropertyValueSource
A DependencyPropertyValueSource for the parent property.

.NET Framework Security

See Also

Reference

DependencyPropertyValueSource Class

DependencyPropertyValueSource Members

Microsoft.Windows.Design.PropertyEditing Namespace

Other Resources

WPF Designer Extensibility

Property Editing Architecture