Proprietà DependencyPropertyValueSource.Null

Ottiene un oggetto DependencyPropertyValueSource che rappresenta una proprietà impostata su x:Null.

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

Sintassi

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

Valore proprietà

Tipo: Microsoft.Windows.Design.PropertyEditing.DependencyPropertyValueSource
Oggetto DependencyPropertyValueSource che rappresenta una proprietà impostata su x:Null.

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à