C1.WPF.Extended Namespace / PropertyBindingAttribute Class / PropertyBindingAttribute Constructor
The binding.

In This Topic
PropertyBindingAttribute Constructor
In This Topic
Initializes a new instance of the PropertyBindingAttribute class.
Syntax
'Declaration
 
Public Function New( _
   ByVal binding As Binding _
)
 

Parameters

binding
The binding.
See Also