FMX.StdCtrls.TButtonSettings.FontColor

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property FontColor;

C++

__property FontColor = {default=-16777216};

Properties

Type Visibility Source Unit Parent
property published
FMX.StdCtrls.pas
FMX.StdCtrls.hpp
FMX.StdCtrls TButtonSettings

Description

Specifies the color for a Font stored in the current TTextSettings object.

FMX.StdCtrls.TButtonSettings.FontColor inherits from FMX.Graphics.TTextSettings.FontColor. All content below this line refers to FMX.Graphics.TTextSettings.FontColor.

Specifies the color for a Font stored in the current TTextSettings object.

FontColor specifies the TAlphaColor type color for the Font.

See Also