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.
Herda de: ContentView
Construtores
HighlightingTextBlockView()
Creates a new HighlightingTextBlockView.
Propriedades
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.
Campos
HighlightColorProperty : BindableProperty
Bindable property for HighlightColor.
HighlightFontAttributesProperty : BindableProperty
Bindable property for HighlightFontAttributes.
HighlightTextProperty : BindableProperty
Bindable property for HighlightText.
TextProperty : BindableProperty
Bindable property for Text.