Vcl.ScreenTips.TCustomScreenTipsManager.GradientStartColor

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property GradientStartColor: TColor read FGradientStartColor write FGradientStartColor default cDefaultStartColor;

C++

__property System::Uitypes::TColor GradientStartColor = {read=FGradientStartColor, write=FGradientStartColor, default=16777215};

Properties

Type Visibility Source Unit Parent
property public
Vcl.ScreenTips.pas
Vcl.ScreenTips.hpp
Vcl.ScreenTips TCustomScreenTipsManager

Description

Defines the gradient start color.

GradientStartColor represents the color at which the gradient color starts when the background of the screen tip window is drawn. The pop-up window of a screen tip has a vertical gradient; GradientStartColor is the color at the top of the window. To set the color at the bottom of the window, use GradientEndColor.

See Also