API:Vcl.Touch.Keyboard.TTouchKeyboard.GradientEnd
Delphi
property GradientEnd;
C++
__property GradientEnd = {default=8421504};
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| property | published | Vcl.Touch.Keyboard.pas Vcl.Touch.Keyboard.hpp |
Vcl.Touch.Keyboard | TTouchKeyboard |
Description
Specifies the start color of the background gradient.
Vcl.Touch.Keyboard.TTouchKeyboard.GradientEnd inherits from Vcl.Touch.Keyboard.TCustomTouchKeyboard.GradientEnd. All content below this line refers to Vcl.Touch.Keyboard.TCustomTouchKeyboard.GradientEnd.
Specifies the start color of the background gradient.
The TCustomTouchKeyboard class has a background gradient whose color users can set.
Use the GradientEnd property to read and set the color for the end of the gradient. The gradient end is at the bottom of the control.
Note: To activate the gradient, you must set
DrawingStyle property to dsGradient.