DependencyPropertyValueSource.IsResource Property
Gets a value indicating whether the property is set to a system or local resource.
Namespace: Microsoft.Windows.Design.PropertyEditing
Assembly: Microsoft.Windows.Design (in Microsoft.Windows.Design.dll)
Syntax
'Declaration
Public ReadOnly Property IsResource As Boolean
'Usage
Dim instance As DependencyPropertyValueSource
Dim value As Boolean
value = instance.IsResource
public bool IsResource { get; }
public:
property bool IsResource {
bool get ();
}
public function get IsResource () : boolean
Property Value
Type: System.Boolean
true if the property is set to a SystemResource, LocalDynamicResource, or a LocalStaticResource; otherwise, false.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
DependencyPropertyValueSource Class
DependencyPropertyValueSource Members
Microsoft.Windows.Design.PropertyEditing Namespace