API:Vcl.Touch.Keyboard.TTouchKeyboard.GradientStart

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

Delphi

property GradientStart;

C++

__property GradientStart = {default=12632256};

プロパティ

種類 可視性 ソース ユニット
property published
Vcl.Touch.Keyboard.pas
Vcl.Touch.Keyboard.hpp
Vcl.Touch.Keyboard TTouchKeyboard

説明

背景のグラデーションの開始色を示します。

Vcl.Touch.Keyboard.TTouchKeyboard.GradientStart は Vcl.Touch.Keyboard.TCustomTouchKeyboard.GradientStart を継承しています。以下の内容はすべて Vcl.Touch.Keyboard.TCustomTouchKeyboard.GradientStart を参照しています。

背景のグラデーションの開始色を示します。

TCustomTouchKeyboard クラスには、ユーザーが設定できる背景グラデーションの色があります。

GradientStart プロパティを使用すると、グラデーションの開始の色を、読み取り/設定することができます。開始は、コントロールの上部からです。

メモ: グラデーションを有効にするには、DrawingStyle プロパティを dsGradient に設定する必要があります。

関連項目