Vcl.ScreenTips.TScreenTipsManager.GradientStartColor

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property GradientStartColor: TColor read FGradientStartColor write FGradientStartColor default 16777215;

C++

__property GradientStartColor = {default=16777215};

Properties

Type Visibility Source Unit Parent
property published
Vcl.ScreenTips.pas
Vcl.ScreenTips.hpp
Vcl.ScreenTips TScreenTipsManager

Description

Defines the gradient start color.

Vcl.ScreenTips.TScreenTipsManager.GradientStartColor inherits from Vcl.ScreenTips.TCustomScreenTipsManager.GradientStartColor. All content below this line refers to Vcl.ScreenTips.TCustomScreenTipsManager.GradientStartColor.

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