Click or drag to resize
RelativeSourceMode Property
Gets or sets a value that describes the location of the binding source relative to the position of the binding target. Returns a value of the enumeration.

Namespace: Windows.UI.Xaml.Data
Assembly: CSharpXamlForHtml5 (in CSharpXamlForHtml5.dll) Version: 1.0.0.0
Syntax
C#
public RelativeSourceMode Mode { get; set; }

Property Value

Type: RelativeSourceMode
See Also