Share via


DependencyPropertyValueSource.Static Property

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

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

Syntax

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

Property Value

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

.NET Framework Security

See Also

Reference

DependencyPropertyValueSource Class

Microsoft.Windows.Design.PropertyEditing Namespace

Other Resources

WPF Designer Extensibility

Property Editing Architecture