Initializes a new instance of the PropertyBindingAttribute class.

Namespace:  C1.WPF.Extended
Assembly:  C1.WPF.Extended (in C1.WPF.Extended.dll)

Syntax

C#
public PropertyBindingAttribute(
	Binding binding
)
Visual Basic
Public Sub New ( _
	binding As Binding _
)

Parameters

binding
Type: System.Windows.Data..::..Binding
The binding.

See Also