Share via


DependencyPropertyValueSource.IsResource Property

Gets a value that indicates whether this DependencyPropertyValueSource represents a property set to a resource.

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

Syntax

'Declaration
Public ReadOnly Property IsResource As Boolean
    Get
public bool IsResource { get; }
public:
property bool IsResource {
    bool get ();
}
member IsResource : bool
function get IsResource () : boolean

Property Value

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

.NET Framework Security

See Also

Reference

DependencyPropertyValueSource Class

Microsoft.Windows.Design.PropertyEditing Namespace

Other Resources

WPF Designer Extensibility

Property Editing Architecture