Share via


DependencyPropertyValueSource.StaticResource Property

Gets a DependencyPropertyValueSource object that represents a property set to a static resource.

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

Syntax

'Declaration
Public Shared ReadOnly Property StaticResource As DependencyPropertyValueSource
    Get
public static DependencyPropertyValueSource StaticResource { get; }
public:
static property DependencyPropertyValueSource^ StaticResource {
    DependencyPropertyValueSource^ get ();
}
static member StaticResource : DependencyPropertyValueSource
static function get StaticResource () : DependencyPropertyValueSource

Property Value

Type: Microsoft.Windows.Design.PropertyEditing.DependencyPropertyValueSource
A DependencyPropertyValueSource object that represents a property set to a static resource.

.NET Framework Security

See Also

Reference

DependencyPropertyValueSource Class

Microsoft.Windows.Design.PropertyEditing Namespace

Other Resources

WPF Designer Extensibility

Property Editing Architecture