Compartir a través de


DependencyPropertyValueSource.SystemResource (Propiedad)

Nota: esta API ya está obsoleta. La alternativa no obsoleta es Static.

Obtiene un objeto DependencyPropertyValueSource que representa una propiedad establecida en un recurso del sistema.

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

Sintaxis

'Declaración
<ObsoleteAttribute("Use DependencyPropertyValueSource.Static instead")> _
Public Shared ReadOnly Property SystemResource As DependencyPropertyValueSource
    Get
[ObsoleteAttribute("Use DependencyPropertyValueSource.Static instead")]
public static DependencyPropertyValueSource SystemResource { get; }
[ObsoleteAttribute(L"Use DependencyPropertyValueSource.Static instead")]
public:
static property DependencyPropertyValueSource^ SystemResource {
    DependencyPropertyValueSource^ get ();
}
[<ObsoleteAttribute("Use DependencyPropertyValueSource.Static instead")>]
static member SystemResource : DependencyPropertyValueSource
static function get SystemResource () : DependencyPropertyValueSource

Valor de propiedad

Tipo: Microsoft.Windows.Design.PropertyEditing.DependencyPropertyValueSource
Objeto DependencyPropertyValueSource que representa una propiedad establecida en un recurso del sistema.

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