Click or drag to resize
BindingConverter Property
Gets or sets the converter object that is called by the binding engine to modify the data as it is passed between the source and target, or vice versa. Returns the IValueConverter object that modifies the data.

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

Property Value

Type: IValueConverter
See Also