DependencyPropertyValueSource.LocalDynamicResource Property
Note: This API is now obsolete. The non-obsolete alternative is DynamicResource.
Gets a DependencyPropertyValueSource object that represents a property set to a local dynamic resource.
Namespace: Microsoft.Windows.Design.PropertyEditing
Assembly: Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)
Syntax
'Declaration
<ObsoleteAttribute("Use DependencyPropertyValueSource.DynamicResource instead")> _
Public Shared ReadOnly Property LocalDynamicResource As DependencyPropertyValueSource
Get
[ObsoleteAttribute("Use DependencyPropertyValueSource.DynamicResource instead")]
public static DependencyPropertyValueSource LocalDynamicResource { get; }
[ObsoleteAttribute(L"Use DependencyPropertyValueSource.DynamicResource instead")]
public:
static property DependencyPropertyValueSource^ LocalDynamicResource {
DependencyPropertyValueSource^ get ();
}
[<ObsoleteAttribute("Use DependencyPropertyValueSource.DynamicResource instead")>]
static member LocalDynamicResource : DependencyPropertyValueSource
static function get LocalDynamicResource () : DependencyPropertyValueSource
Property Value
Type: Microsoft.Windows.Design.PropertyEditing.DependencyPropertyValueSource
A DependencyPropertyValueSource that represents a property set to a local dynamic resource.
.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
Microsoft.Windows.Design.PropertyEditing Namespace