Vcl.Touch.Keyboard.TCustomTouchKeyboard.GradientStart

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property GradientStart: TColor read FGradientStart write SetGradientStart default clLtGray;

C++

__property System::Uitypes::TColor GradientStart = {read=FGradientStart, write=SetGradientStart, default=12632256};

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 GradientStart property to read and set the color for the start of the gradient. The start is at the top part of the control.

Note: To activate the gradient, you must set DrawingStyle property to dsGradient.

See Also