Click or drag to resize
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.Data
Assembly: CSharpXamlForHtml5 (in CSharpXamlForHtml5.dll) Version: 1.0.0.0
Syntax
C#
public RelativeSource RelativeSource { get; set; }

Property Value

Type: RelativeSource
See Also