Vcl.Touch.GestureCtrls.TCustomGestureRecorder.GradientStartColor
Delphi
property GradientStartColor: TColor read FGradientStartColor write SetGradientStartColor default DefGradientStartColor;
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.