Extended Library for WPF and Silverlight | ComponentOne
C1.Silverlight.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 _
    )
    public PropertyBindingAttribute( 
       Binding binding
    )

    Parameters

    binding
    The binding.
    See Also