Vcl.ExtCtrls.TCustomControlBar.GradientEndColor

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

property GradientEndColor: TColor read FGradientEndColor  write SetGradientEndColor stored IsGradientEndColorStored;

C++

__property System::Uitypes::TColor GradientEndColor = {read=FGradientEndColor, write=SetGradientEndColor, stored=IsGradientEndColorStored, nodefault};

プロパティ

種類 可視性 ソース ユニット
property protected
Vcl.ExtCtrls.pas
Vcl.ExtCtrls.hpp
Vcl.ExtCtrls TCustomControlBar


説明

グラデーションの終了地点に塗られる色を保持します。

このプロパティを使用すると、描画の終端で使用したい色を保持することができます。(これは、開始の色と混ぜ合わされます)。