Partager via


PropertyValue.IsDefaultValue, propriété

En cas de substitution dans une classe dérivée, obtient une valeur indiquant si la Value active est la valeur par défaut de la propriété.

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

Syntaxe

'Déclaration
Public MustOverride ReadOnly Property IsDefaultValue As Boolean
    Get
public abstract bool IsDefaultValue { get; }
public:
virtual property bool IsDefaultValue {
    bool get () abstract;
}
abstract IsDefaultValue : bool
abstract function get IsDefaultValue () : boolean

Valeur de propriété

Type : System.Boolean
true si Value est la valeur par défaut de la propriété ; sinon, false.

Sécurité .NET Framework

Voir aussi

Référence

PropertyValue Classe

Microsoft.Windows.Design.PropertyEditing, espace de noms

PropertyEntry

PropertyValueEditor

Autres ressources

Extensibilité du Concepteur WPF

Architecture d'édition de propriété