DependencyPropertyValueSource.IsResource Property

Definition

Read-only property that returns true if the property is set to a system or local resource.

public:
 property bool IsResource { bool get(); };
public bool IsResource { get; }
member this.IsResource : bool
Public ReadOnly Property IsResource As Boolean

Property Value

true if the property is set to a system or local resource; otherwise, false.

Applies to