Vcl.ScreenTips.TScreenTipsManager.GradientEndColor

From RAD Studio API Documentation

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. {{#multireplace:Vcl.ScreenTips.TScreenTipsManager.GradientEndColor|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:Vcl.ScreenTips.TCustomScreenTipsManager.GradientEndColor|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:Vcl.ScreenTips.TCustomScreenTipsManager.GradientEndColor|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

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