Click or drag to resize
PropertyPath Constructor (String)
Initializes a new instance of the PropertyPath class based on a path string.

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

Parameters

path
Type: SystemString
The path string to construct with.
See Also