HighlightingTextBlockView
StockSharp.Xaml.Windows.Maui
A label control that highlights matching text with a specified color. Used for search result highlighting in autocomplete and filter scenarios.
Inherits: ContentView
Constructors
HighlightingTextBlockView()
Creates a new HighlightingTextBlockView.
Properties
HighlightColor : Color
Gets or sets the color used to highlight matching text.
HighlightFontAttributes : FontAttributes
Gets or sets the font attributes used on highlighted text.
HighlightText : string
Gets or sets the text to highlight within the full text.
Fields
HighlightColorProperty : BindableProperty
Bindable property for HighlightColor.
HighlightFontAttributesProperty : BindableProperty
Bindable property for HighlightFontAttributes.
HighlightTextProperty : BindableProperty
Bindable property for HighlightText.
TextProperty : BindableProperty
Bindable property for Text.