Compartir a través de


DependencyPropertyValueSource.Static (Propiedad)

Obtiene un objeto DependencyPropertyValueSource que representa una propiedad establecida en un valor estático.

Espacio de nombres:  Microsoft.Windows.Design.PropertyEditing
Ensamblado:  Microsoft.Windows.Design.Interaction (en Microsoft.Windows.Design.Interaction.dll)

Sintaxis

'Declaración
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

Valor de propiedad

Tipo: Microsoft.Windows.Design.PropertyEditing.DependencyPropertyValueSource
Un objeto DependencyPropertyValueSource que representa una propiedad establecida en un valor estático.

Seguridad de .NET Framework

Vea también

Referencia

DependencyPropertyValueSource Clase

Microsoft.Windows.Design.PropertyEditing (Espacio de nombres)

Otros recursos

Extensibilidad de WPF Designer

Arquitectura de edición de propiedades