Vcl.Touch.GestureCtrls.TGestureRecorder.GradientEndColor

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property GradientEndColor;

C++

__property GradientEndColor = {default=15787494};

Properties

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

Description

Specifies the end color of the gradient.

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

Specifies the end color of the gradient.

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

Specify the start gradient color using GradientStartColor property and the gradient direction using the GradientDirection property.

See Also