FMX.MultiView.Types.TShadowAppearance.Color

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Color: TAlphaColor read FColor write SetColor default DefaultColor;

C++

__property System::Uitypes::TAlphaColor Color = {read=FColor, write=SetColor, default=-16777216};

Properties

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

Description

Specifies the color of a shadow that the master pane casts on the detail pane.

This property sets or returns a value of the TAlphaColor type.

See Also