Vcl.ScreenTips.TScreenTipsManager.GradientEndColor

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property GradientEndColor: TColor read FGradientEndColor write FGradientEndColor default -16777201;

C++

__property GradientEndColor = {default=-16777201};

Properties

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

Description

Defines the gradient stop color.

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

Defines the gradient stop color.

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

See Also