Partager via


DependencyPropertyValueSource.IsInheritedValue, propriété

Obtient une valeur qui indique si ce DependencyPropertyValueSource représente une propriété dont la valeur a été héritée.

Espace de noms :  Microsoft.Windows.Design.PropertyEditing
Assembly :  Microsoft.Windows.Design.Interaction (dans Microsoft.Windows.Design.Interaction.dll)

Syntaxe

'Déclaration
Public ReadOnly Property IsInheritedValue As Boolean
    Get
public bool IsInheritedValue { get; }
public:
property bool IsInheritedValue {
    bool get ();
}
member IsInheritedValue : bool
function get IsInheritedValue () : boolean

Valeur de propriété

Type : System.Boolean
true si cet objet représente une propriété dont la valeur a été héritée ; sinon, false.

Sécurité .NET Framework

Voir aussi

Référence

DependencyPropertyValueSource Classe

Microsoft.Windows.Design.PropertyEditing, espace de noms

Autres ressources

Extensibilité du Concepteur WPF

Architecture d'édition de propriété