FMX.MultiView.Types.TPopoverAppearance.TintColor

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property TintColor: TAlphaColor read FTintColor write SetTintColor default DefaultTintColor;

C++

__property System::Uitypes::TAlphaColor TintColor = {read=FTintColor, write=SetTintColor, default=0};

Properties

Type Visibility Source Unit Parent
property published
FMX.MultiView.Types.pas
FMX.MultiView.Types.hpp
FMX.MultiView.Types TPopoverAppearance

Description

Specifies the tint applied to the pop-up master pane.

Use this property to apply a tint to the pop-up window that contains the master pane.

Note: In some styles, the pop-up window might not have the tint support. Now FireMonkey supports the TintColor property only for mobile platforms (iOS and Android).

See Also