Share via


DependencyPropertyValueSource.IsSystemResource Property

Gets a value indicating whether the property is set to a system resource.

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

Syntax

'Declaration
Public ReadOnly Property IsSystemResource As Boolean
'Usage
Dim instance As DependencyPropertyValueSource 
Dim value As Boolean 

value = instance.IsSystemResource
public bool IsSystemResource { get; }
public:
property bool IsSystemResource {
    bool get ();
}
public function get IsSystemResource () : boolean

Property Value

Type: System.Boolean
true if the property is set to a SystemResource; otherwise, false.

.NET Framework Security

See Also

Reference

DependencyPropertyValueSource Class

DependencyPropertyValueSource Members

Microsoft.Windows.Design.PropertyEditing Namespace

Other Resources

WPF Designer Extensibility

Property Editing Architecture