FMX.StdCtrls.TToolBar.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 published
FMX.StdCtrls.pas
FMX.StdCtrls.hpp
FMX.StdCtrls TToolBar

Description

Allows you to apply a tint to a toolbar.

This property is a value of the TAlphaColor type.

Note: 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