Vcl.ActnColorMaps.TXPColorMap.FrameBottomRightInner

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property FrameBottomRightInner: TColor read FFrameBottomRightInner write FFrameBottomRightInner default 16777215;

C++

__property FrameBottomRightInner = {default=16777215};

Properties

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

Description

Specifies the lower-right inner color.

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

Specifies the lower-right inner color.

Use the FrameBottomRightInner property to read or change the lower-right inner 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