FMX.StdCtrls.TCustomButton.IconTintColor
Delphi
property IconTintColor: TAlphaColor read FIconTintColor write SetIconTintColor stored IsIconTintColorStored;
C++
__property System::Uitypes::TAlphaColor IconTintColor = {read=FIconTintColor, write=SetIconTintColor, stored=IsIconTintColorStored, 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 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.