FMX.MultiView.Types.TShadowAppearance.Color
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.