Click or drag to resize
BindingConverterParameter Property
Gets or sets a parameter that can be used in the Converter logic. Returns a parameter to be passed to the Converter. This can be used in the conversion logic. The default is null.

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

Property Value

Type: Object
See Also