Converts an InputSuggestion to a formatted text block containing the suggestion with the user input is highlighted in bold.

Namespace:  Mindscape.WpfElements
Assembly:  Mindscape.WpfElements (in Mindscape.WpfElements.dll)
Version: 3.0.0.0 (3.0.0.0)

Syntax

C#
public class InputSuggestionToContentConverter : IValueConverter
Visual Basic (Declaration)
Public Class InputSuggestionToContentConverter _
	Implements IValueConverter

Inheritance Hierarchy

System..::.Object
  Mindscape.WpfElements..::.InputSuggestionToContentConverter

See Also