Vcl.ScreenTips.TScreenTipsManager.GradientStartColor

From RAD Studio API Documentation

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

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