FMX.StdCtrls.TCustomButton.TintColor

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property TintColor: TAlphaColor read FTintColor write SetTintColor stored IsTintColorStored;

C++

__property System::Uitypes::TAlphaColor TintColor = {read=FTintColor, write=SetTintColor, stored=IsTintColorStored, nodefault};

Properties

Type Visibility Source Unit Parent
property protected
FMX.StdCtrls.pas
FMX.StdCtrls.hpp
FMX.StdCtrls TCustomButton

Description

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