Delen via


DependencyPropertyValueSource.LocalStaticResource Property

Gets the LocalStaticResource reference the property is set to.

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

Syntax

'Declaration
Public Shared ReadOnly Property LocalStaticResource As DependencyPropertyValueSource
'Usage
Dim value As DependencyPropertyValueSource 

value = DependencyPropertyValueSource.LocalStaticResource
public static DependencyPropertyValueSource LocalStaticResource { get; }
public:
static property DependencyPropertyValueSource^ LocalStaticResource {
    DependencyPropertyValueSource^ get ();
}
public static function get LocalStaticResource () : DependencyPropertyValueSource

Property Value

Type: Microsoft.Windows.Design.PropertyEditing.DependencyPropertyValueSource
A DependencyPropertyValueSource for the local static resource.

.NET Framework Security

See Also

Reference

DependencyPropertyValueSource Class

DependencyPropertyValueSource Members

Microsoft.Windows.Design.PropertyEditing Namespace

Other Resources

WPF Designer Extensibility

Property Editing Architecture