Vcl.ActnMan.TCustomActionBarColorMap.FrameTopLeftOuter

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property FrameTopLeftOuter: TColor read FFrameTopLeftOuter write FFrameTopLeftOuter;

C++

__property System::Uitypes::TColor FrameTopLeftOuter = {read=FFrameTopLeftOuter, write=FFrameTopLeftOuter, nodefault};

Properties

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

Description

Specifies the upper-left outer color.

Use the FrameTopLeftOuter property to read or change the upper-left outer color of the item that uses this instance of TThemedColorMap.

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

See Also