BindingRelativeSource Property |
Gets or sets the binding source by specifying its location relative to the position of the binding target.
Returns the relative location of the binding source to use. The default is null.
Namespace: Windows.UI.Xaml.DataAssembly: CSharpXamlForHtml5 (in CSharpXamlForHtml5.dll) Version: 1.0.0.0
Syntaxpublic RelativeSource RelativeSource { get; set; }
Property Value
Type:
RelativeSource
See Also