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.
字段
HighlightColorProperty : BindableProperty
Bindable property for HighlightColor.
HighlightFontAttributesProperty : BindableProperty
Bindable property for HighlightFontAttributes.
HighlightTextProperty : BindableProperty
Bindable property for HighlightText.
TextProperty : BindableProperty
Bindable property for Text.