Proprietà DependencyPropertyValueSource.Static

Ottiene un oggetto DependencyPropertyValueSource che rappresenta una proprietà impostata su un valore statico.

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

Sintassi

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

Valore proprietà

Tipo: Microsoft.Windows.Design.PropertyEditing.DependencyPropertyValueSource
Oggetto DependencyPropertyValueSource che rappresenta una proprietà impostata su un valore statico.

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à