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.

継承元: ContentView

コンストラクター

HighlightingTextBlockView()

Creates a new HighlightingTextBlockView.

プロパティ

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.

フィールド

HighlightColorProperty : BindableProperty

Bindable property for HighlightColor.

HighlightFontAttributesProperty : BindableProperty

Bindable property for HighlightFontAttributes.

HighlightTextProperty : BindableProperty

Bindable property for HighlightText.

TextProperty : BindableProperty

Bindable property for Text.