Vcl.Touch.GestureCtrls.TGestureRecorder.GradientEndColor
Delphi
property GradientEndColor: TColor read FGradientEndColor write SetGradientEndColor default 15787494;
C++
__property GradientEndColor = {default=15787494};
プロパティ
| 種類 | 可視性 | ソース | ユニット | 親 |
|---|---|---|---|---|
| property | published | Vcl.Touch.GestureCtrls.pas Vcl.Touch.GestureCtrls.hpp |
Vcl.Touch.GestureCtrls | TGestureRecorder |
説明
グラデーション終了の色を指定します。
Vcl.Touch.GestureCtrls.TGestureRecorder.GradientEndColor は Vcl.Touch.GestureCtrls.TCustomGestureRecorder.GradientEndColor を継承しています。以下の内容はすべて Vcl.Touch.GestureCtrls.TCustomGestureRecorder.GradientEndColor を参照しています。
グラデーション終了の色を指定します。
GradientEndColor を使用して、グラデーション終了の色を指定します。 GradientEndColor の値は、DrawingStyle プロパティに dsGradient 値がある場合にのみ有効です。
GradientStartColor プロパティを使用してグラデーション開始の色を、GradientDirection プロパティを使用してグラデーションの方向を指定できます。