Share via


DependencyPropertyValueSource.SystemResource Property

Note: This API is now obsolete. The non-obsolete alternative is Static.

Gets a DependencyPropertyValueSource object that represents a property set to a system resource.

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

Syntax

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

Property Value

Type: Microsoft.Windows.Design.PropertyEditing.DependencyPropertyValueSource
A DependencyPropertyValueSource that represents a property set to a system resource.

.NET Framework Security

See Also

Reference

DependencyPropertyValueSource Class

Microsoft.Windows.Design.PropertyEditing Namespace

Other Resources

WPF Designer Extensibility

Property Editing Architecture