FMX.Edit.TCustomEdit.SelectionFill

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

property SelectionFill: TBrush read GetSelectionFill;

C++

__property Fmx::Graphics::TBrush* SelectionFill = {read=GetSelectionFill};

プロパティ

種類 可視性 ソース ユニット
property public
FMX.Edit.pas
FMX.Edit.hpp
FMX.Edit TCustomEdit

説明

選択したテキストのフォントを塗りつぶしたり、そのアウトラインを描画するのに使用される色やパターンを示します。

SelectionFill プロパティを読み取ると、 表示される選択テキストのフォントを塗りつぶしたり、そのアウトラインを描画するのに使用される色やパターンを持つ、TBrush オブジェクトを取得することができます。

関連項目