Vcl.Touch.GestureCtrls.TCustomGestureRecorder.GradientStartColor

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property GradientStartColor: TColor read FGradientStartColor

C++

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

Properties

Type Visibility Source Unit Parent
property public
Vcl.Touch.GestureCtrls.pas
Vcl.Touch.GestureCtrls.hpp
Vcl.Touch.GestureCtrls TCustomGestureRecorder

Description

Specifies the start color of the gradient.

Use GradientStartColor to specify the start color of the gradient. The value of GradientStartColor is only relevant when the DrawingStyle property has the value of dsGradient.

Specify the end gradient color using GradientEndColor property and the gradient direction using the GradientDirection property.

See Also