FMX.Graphics.TGradientStyle

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TGradientStyle = (Linear, Radial);

C++

enum class DECLSPEC_DENUM TGradientStyle : unsigned int { Linear, Radial };

Properties

Type Visibility Source Unit Parent
enum public
FMX.Graphics.pas
FMX.Graphics.hpp
FMX.Graphics FMX.Graphics

Description

Specifies the characteristics of a gradient.

The following table lists the possible values of TGradientStyle:

Value Meaning

Linear

The gradient is linear (for example: top to bottom, left to right).

Radial

The gradient is formed of concentric circles.

See Also

Code Examples