Click or drag to resize
BindingMode Property
Gets or sets a value that indicates the direction of the data flow in the binding. Returns one of the BindingMode values.

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

Property Value

Type: BindingMode
See Also