Vcl.Touch.Keyboard.TCustomTouchKeyboard.GradientEnd

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property GradientEnd: TColor read FGradientEnd write SetGradientEnd default clDkGray;

C++

__property System::Uitypes::TColor GradientEnd = {read=FGradientEnd, write=SetGradientEnd, default=8421504};

Properties

Type Visibility Source Unit Parent
property public
Vcl.Touch.Keyboard.pas
Vcl.Touch.Keyboard.hpp
Vcl.Touch.Keyboard TCustomTouchKeyboard

Description

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.

See Also