The MappedValueConverterParameter type exposes the following members.

Properties

  NameDescription
Public propertyBackFallbackValue
Gets or sets a value that will be used as a result of a target-to-source conversion in case if a matching value has not been found.
Public propertyBackMapping
Gets or sets a value conversion mapping for a target-to-source conversion.
Public propertySourceFallbackValue
Gets or sets a value that will be used as a result of a source-to-target conversion in case if a matching value has not been found.
Public propertySourceMapping
Gets or sets a value conversion mapping for a source-to-target conversion.
Public propertyUseSourceMappingInBackConversion
Gets or sets a value indicating whether a ValueMap defined in the SourceMapping property is used for target-to-source conversion. The default value is False.

See Also