C#/XAML for HTML5 Documentation
C#/XAML for HTML5 Documentation
Reference
Windows.UI.Xaml
DependencyObject Class
DependencyObject Methods
GetValue Method
GetVisualStateValue Method
ReadLocalValue Method
SetBinding Method
SetInheritedValue Method
SetLocalValue Method
SetValue Method
SetVisualStateValue Method
DependencyObject
SetBinding Method
Attaches a binding to a FrameworkElement, using the provided binding object.
Namespace:
Windows.UI.Xaml
Assembly:
CSharpXamlForHtml5 (in CSharpXamlForHtml5.dll) Version: 1.0.0.0
Syntax
C#
Copy
public
BindingExpression
SetBinding
(
DependencyProperty
dependencyProperty
,
Binding
binding
)
Parameters
dependencyProperty
Type:
Windows.UI.Xaml
DependencyProperty
The dependency property identifier of the property that is data bound.
binding
Type:
Windows.UI.Xaml.Data
Binding
The binding to use for the property.
Return Value
Type:
BindingExpression
The BindingExpression created.
See Also
Reference
DependencyObject Class
Windows.UI.Xaml Namespace