Vcl.ActnMan.TCustomActionBarColorMap.ShadowColor

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ShadowColor: TColor read FShadowColor write FShadowColor;

C++

__property System::Uitypes::TColor ShadowColor = {read=FShadowColor, write=FShadowColor, nodefault};

Properties

Type Visibility Source Unit Parent
property public
Vcl.ActnMan.pas
Vcl.ActnMan.hpp
Vcl.ActnMan TCustomActionBarColorMap

Description

Specifies the color of the item's shadow.

Use the ShadowColor property to read or change the color of the item's shadow that uses TThemedColorMap.

Use the Object Inspector for color maps to change the default settings and customize the look and feel of your applications.

See Also