Vcl.Touch.GestureCtrls.TGestureRecorder.GradientStartColor

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property GradientStartColor: TColor read FGradientStartColor write SetGradientStartColor default 16645629;

C++

__property GradientStartColor = {default=16645629};

Properties

Type Visibility Source Unit Parent
property published
Vcl.Touch.GestureCtrls.pas
Vcl.Touch.GestureCtrls.hpp
Vcl.Touch.GestureCtrls TGestureRecorder

Description

Specifies the start color of the gradient.

Vcl.Touch.GestureCtrls.TGestureRecorder.GradientStartColor inherits from Vcl.Touch.GestureCtrls.TCustomGestureRecorder.GradientStartColor. All content below this line refers to Vcl.Touch.GestureCtrls.TCustomGestureRecorder.GradientStartColor.

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