FMX.Memo.TCustomMemoModel.SelectionFill

提供:RAD Studio API Documentation

Delphi

property SelectionFill: TBrush read FSelectionFill write SetSelectionFill;

C++

__property Fmx::Graphics::TBrush* SelectionFill = {read=FSelectionFill, write=SetSelectionFill};

プロパティ

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


説明

メモ コントロール内で選択されているテキスト領域を描画するためのブラシを表します。

SelectionFill を使用すると、メモ コントロール内で選択されているテキスト領域のブラシ特性を変更できます。

関連項目