FMX.Edit.TCustomEdit.SelectionFill

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property SelectionFill: TBrush read GetSelectionFill;

C++

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

Properties

Type Visibility Source Unit Parent
property public
FMX.Edit.pas
FMX.Edit.hpp
FMX.Edit TCustomEdit

Description

Specifies the color and pattern used to fill the font of the selected text or to stroke the outline of it.

Read the SelectionFill property to get a TBrush object with the color and pattern used to fill the font of selected text displayed, or to stroke the outline of it.

See Also