FMX.StdCtrls.TSpeedButton.TintColor

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property TintColor;

C++

__property TintColor;

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 component.

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

Allows you to apply a tint to a button component.

This property is a value of the TAlphaColor type.

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

See Also