Vcl.ScreenTips.TScreenTipsWindow.GradientStartColor

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property GradientStartColor: TColor read FGradientStartColor write SetGradientStartColor;

C++

__property System::Uitypes::TColor GradientStartColor = {read=FGradientStartColor, write=SetGradientStartColor, nodefault};

Properties

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

Description

The gradient start color.

GradientStartColor represents the color at which the gradient color starts when the background is drawn. Use the GradientStartColor property to change the color.

See Also