Intersoft ClientUI Documentation
SetPropertyBinding Method



Element on which to set the property.
Value for PropertyBinding attached property.
Sets the value of the PropertyBinding attached property.
Syntax
Public Shared Sub SetPropertyBinding( _
   ByVal element As DependencyObject, _
   ByVal value As PropertyBinding _
) 
Dim element As DependencyObject
Dim value As PropertyBinding
 
BindingFramework.SetPropertyBinding(element, value)
public static void SetPropertyBinding( 
   DependencyObject element,
   PropertyBinding value
)
public:
static void SetPropertyBinding( 
   DependencyObject^ element,
   PropertyBinding^ value
) 

Parameters

element
Element on which to set the property.
value
Value for PropertyBinding attached property.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

BindingFramework Class
BindingFramework Members

Send Feedback