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.

Erbt von: ContentView

Konstruktoren

HighlightingTextBlockView()

Creates a new HighlightingTextBlockView.

Eigenschaften

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.

Text : string

Gets or sets the full text to display.

Felder

HighlightColorProperty : BindableProperty

Bindable property for HighlightColor.

HighlightFontAttributesProperty : BindableProperty

Bindable property for HighlightFontAttributes.

HighlightTextProperty : BindableProperty

Bindable property for HighlightText.

TextProperty : BindableProperty

Bindable property for Text.