HighlightingTextBlockView
StockSharp.Xaml.Windows.Maui
指定された色で一致するテキストを強調するラベル制御。 オートコンプリートとフィルタシナリオで強調表示検索結果に使用されます。
継承元: ContentView
コンストラクター
HighlightingTextBlockView
public HighlightingTextBlockView()
highlightingTextBlockView = HighlightingTextBlockView()
新規HighlightingTextBlockView を作成します。
プロパティ
HighlightColor
public Color HighlightColor { get; set; }
value = highlightingTextBlockView.HighlightColor
highlightingTextBlockView.HighlightColor = value
一致するテキストを強調するために使用される色を取得またはセットします。
HighlightFontAttributes
public FontAttributes HighlightFontAttributes { get; set; }
value = highlightingTextBlockView.HighlightFontAttributes
highlightingTextBlockView.HighlightFontAttributes = value
強調されたテキストで使われるフォント属性を取得またはセットします。
HighlightText
public string HighlightText { get; set; }
value = highlightingTextBlockView.HighlightText
highlightingTextBlockView.HighlightText = value
テキストを受け取り、設定して、テキストをテキスト全体で強調表示します。
Text
public string Text { get; set; }
value = highlightingTextBlockView.Text
highlightingTextBlockView.Text = value
テキストをフルテキストで表示したり、設定したりできます。
フィールド
HighlightColorProperty
public static readonly BindableProperty HighlightColorProperty
value = HighlightingTextBlockView.HighlightColorProperty
Bindable property for HighlightColor.
HighlightFontAttributesProperty
public static readonly BindableProperty HighlightFontAttributesProperty
value = HighlightingTextBlockView.HighlightFontAttributesProperty
HighlightFontAttributes のバイナリープロパティー。
HighlightTextProperty
public static readonly BindableProperty HighlightTextProperty
value = HighlightingTextBlockView.HighlightTextProperty
Bindable property for HighlightText.
TextProperty
public static readonly BindableProperty TextProperty
value = HighlightingTextBlockView.TextProperty
テキストのバイナリ可能なプロパティ。