Vcl.Touch.GestureCtrls.TGesturePreview.GradientStartColor

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property GradientStartColor;

C++

__property GradientStartColor = {default=16645629};

Properties

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

Description

Specifies the start color of the gradient.

Vcl.Touch.GestureCtrls.TGesturePreview.GradientStartColor inherits from Vcl.Touch.GestureCtrls.TCustomGesturePreview.GradientStartColor. All content below this line refers to Vcl.Touch.GestureCtrls.TCustomGesturePreview.GradientStartColor.

Specifies the start color of the gradient.

Use GradientStartColor to specify the end 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