API:Vcl.ActnColorMaps.TXPColorMap.FrameTopLeftOuter

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property FrameTopLeftOuter: TColor read FFrameTopLeftOuter write FFrameTopLeftOuter default 8029834;

C++

__property FrameTopLeftOuter = {default=8029834};

Properties

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

Description

Specifies the upper-left outer color.

Vcl.ActnColorMaps.TXPColorMap.FrameTopLeftOuter inherits from Vcl.ActnMan.TCustomActionBarColorMap.FrameTopLeftOuter. All content below this line refers to Vcl.ActnMan.TCustomActionBarColorMap.FrameTopLeftOuter.

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