FMX.Objects.TText.TAcceleratorInfo.Brush

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Brush: TStrokeBrush read GetBrush;

C++

__property Fmx::Graphics::TStrokeBrush* Brush = {read=GetBrush};

Properties

Type Visibility Source Unit Parent
property public
FMX.Objects.pas
FMX.Objects.hpp
FMX.Objects TAcceleratorInfo

Description

Indicates the brush used to draw the underline of the accelerator key character.

When using Brush to determine the color and pattern of DrawUnderline, note that regardless the values of the Color and Thickness properties, the color will be set by the AColor parameter of DrawUnderline and the thickness will be set to 1.

See Also