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.DataAssembly: CSharpXamlForHtml5 (in CSharpXamlForHtml5.dll) Version: 1.0.0.0
Syntax public IValueConverter Converter { get; set; }
Property Value
Type:
IValueConverterSee Also