Click or drag to resize
Binding Constructor (String)
Initializes a new instance of the Binding class with the given path.

Namespace: Windows.UI.Xaml.Data
Assembly: CSharpXamlForHtml5 (in CSharpXamlForHtml5.dll) Version: 1.0.0.0
Syntax
C#
public Binding(
	string path
)

Parameters

path
Type: SystemString
The path to the source of the binding.
See Also