Share via


DependencyPropertyValueSource.IsSystemResource Property

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

Gets a value that indicates whether this DependencyPropertyValueSource 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.IsStatic instead")> _
Public ReadOnly Property IsSystemResource As Boolean
    Get
[ObsoleteAttribute("Use DependencyPropertyValueSource.IsStatic instead")]
public bool IsSystemResource { get; }
[ObsoleteAttribute(L"Use DependencyPropertyValueSource.IsStatic instead")]
public:
property bool IsSystemResource {
    bool get ();
}
[<ObsoleteAttribute("Use DependencyPropertyValueSource.IsStatic instead")>]
member IsSystemResource : bool
function get IsSystemResource () : boolean

Property Value

Type: System.Boolean
true if this object represents a property set to a SystemResource; otherwise, false.

.NET Framework Security

See Also

Reference

DependencyPropertyValueSource Class

Microsoft.Windows.Design.PropertyEditing Namespace

Other Resources

WPF Designer Extensibility

Property Editing Architecture