FMX.StdCtrls.TSpeedButton.IconTintColor

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property IconTintColor: TAlphaColor read FIconTintColor write SetIconTintColor stored IsIconTintColorStored;

C++

__property IconTintColor;

Properties

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

Description

Allows you to apply a tint to a button icon.

FMX.StdCtrls.TSpeedButton.IconTintColor inherits from FMX.StdCtrls.TCustomButton.IconTintColor. All content below this line refers to FMX.StdCtrls.TCustomButton.IconTintColor.

Allows you to apply a tint to a button icon.

This property is a value of the TAlphaColor type.

Note: Some buttons might not have the tint support. In the Object Inspector, the IDE automatically displays/hides the IconTintColor property as appropriate when you change the button's StyleLookup property. Currently, the IconTintColor property is only available for mobile platforms (iOS and Android). For more information, see Using Styled and Colored Buttons on Target Platforms.

See Also