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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
DependencyPropertyValueSource Class
Microsoft.Windows.Design.PropertyEditing Namespace