Vcl.ActnColorMaps.TTwilightColorMap.FrameTopLeftInner

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property FrameTopLeftInner: TColor read FFrameTopLeftInner write FFrameTopLeftInner default 0;

C++

__property FrameTopLeftInner = {default=0};

Properties

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

Description

Specifies the upper-left inner color.

Vcl.ActnColorMaps.TTwilightColorMap.FrameTopLeftInner inherits from Vcl.ActnMan.TCustomActionBarColorMap.FrameTopLeftInner. All content below this line refers to Vcl.ActnMan.TCustomActionBarColorMap.FrameTopLeftInner.

Specifies the upper-left inner color.

Use the FrameTopLeftInner property to read or change the upper-left inner color of the item 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