Proprietà DependencyPropertyValueSource.InheritedValue

Ottiene un oggetto DependencyPropertyValueSource che rappresenta una proprietà il cui valore è ereditato.

Spazio dei nomi:  Microsoft.Windows.Design.PropertyEditing
Assembly:  Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)

Sintassi

'Dichiarazione
Public Shared ReadOnly Property InheritedValue As DependencyPropertyValueSource
    Get
public static DependencyPropertyValueSource InheritedValue { get; }
public:
static property DependencyPropertyValueSource^ InheritedValue {
    DependencyPropertyValueSource^ get ();
}
static member InheritedValue : DependencyPropertyValueSource
static function get InheritedValue () : DependencyPropertyValueSource

Valore proprietà

Tipo: Microsoft.Windows.Design.PropertyEditing.DependencyPropertyValueSource
Oggetto DependencyPropertyValueSource che rappresenta una proprietà il cui valore è ereditato.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

DependencyPropertyValueSource Classe

Spazio dei nomi Microsoft.Windows.Design.PropertyEditing

Altre risorse

Estensibilità di Progettazione WPF

Architettura di modifica delle proprietà