DependencyPropertyValueSource.StaticResource-Eigenschaft

Ruft ein DependencyPropertyValueSource-Objekt ab, das eine auf eine statische Ressource festgelegte Eigenschaft darstellt.

Namespace:  Microsoft.Windows.Design.PropertyEditing
Assembly:  Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)

Syntax

'Declaration
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

Eigenschaftswert

Typ: Microsoft.Windows.Design.PropertyEditing.DependencyPropertyValueSource
Ein DependencyPropertyValueSource-Objekt, das eine auf eine statische Ressource festgelegte Eigenschaft darstellt.

.NET Framework-Sicherheit

Siehe auch

Referenz

DependencyPropertyValueSource Klasse

Microsoft.Windows.Design.PropertyEditing-Namespace

Weitere Ressourcen

WPF-Designer-Erweiterbarkeit

Eigenschaftenbearbeitungsarchitektur