Vcl.Touch.Keyboard.TTouchKeyboard.GradientEnd

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property GradientEnd: TColor read FGradientEnd write SetGradientEnd default 8421504;

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.

See Also