Vcl.ActnColorMaps.TStandardColorMap.ShadowColor

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ShadowColor: TColor read FShadowColor write FShadowColor default -16777200;

C++

__property ShadowColor = {default=-16777200};

Properties

Type Visibility Source Unit Parent
property published
Vcl.ActnColorMaps.pas
Vcl.ActnColorMaps.hpp
Vcl.ActnColorMaps TStandardColorMap

Description

Specifies the color of the item's shadow.

Vcl.ActnColorMaps.TStandardColorMap.ShadowColor inherits from Vcl.ActnMan.TCustomActionBarColorMap.ShadowColor. All content below this line refers to Vcl.ActnMan.TCustomActionBarColorMap.ShadowColor.

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