Compartir a través de


DependencyPropertyValueSource.StaticResource (Propiedad)

Obtiene un objeto DependencyPropertyValueSource que representa una propiedad establecida en un recurso 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 StaticResource As DependencyPropertyValueSource
    Get
public static DependencyPropertyValueSource StaticResource { get; }
public:
static property DependencyPropertyValueSource^ StaticResource {
    DependencyPropertyValueSource^ get ();
}
static member StaticResource : DependencyPropertyValueSource
static function get StaticResource () : DependencyPropertyValueSource

Valor de propiedad

Tipo: Microsoft.Windows.Design.PropertyEditing.DependencyPropertyValueSource
Un objeto DependencyPropertyValueSource que representa una propiedad establecida en un recurso 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