Share via


DependencyPropertyValueSource.Binding Property

Gets a DependencyPropertyValueSource object that represents a bound property.

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

Syntax

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

Property Value

Type: Microsoft.Windows.Design.PropertyEditing.DependencyPropertyValueSource
A DependencyPropertyValueSource object that represents a bound property.

.NET Framework Security

See Also

Reference

DependencyPropertyValueSource Class

Microsoft.Windows.Design.PropertyEditing Namespace

Other Resources

WPF Designer Extensibility

Property Editing Architecture