Partager via


DependencyPropertyValueSource.IsNull, propriété

Obtient une valeur qui indique si DependencyPropertyValueSource représente une propriété dont la valeur est x:Null.

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

Syntaxe

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

Valeur de propriété

Type : System.Boolean
true si cet objet représente une propriété avec la valeur x:Null ; 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é