Vcl.ScreenTips.TScreenTipsWindow.GradientEndColor

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property GradientEndColor: TColor read FGradientEndColor write SetGradientEndColor;

C++

__property System::Uitypes::TColor GradientEndColor = {read=FGradientEndColor, write=SetGradientEndColor, nodefault};

Properties

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

Description

The gradient stop color.

GradientEndColor represents the color at which the gradient color stops when the background is drawn. Use the GradientEndColor property to change the color.

See Also