Show: Delphi C++
Display Preferences

FMX.Types.TGradientStyle

From XE3 API Documentation
Jump to: navigation, search

Delphi

TGradientStyle = (gsLinear, gsRadial);

C++

enum class DECLSPEC_DENUM TGradientStyle : unsigned int { gsLinear, gsRadial };

Contents

Properties

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

Description

Specifies the characteristics of a gradient.

The following table lists the possible values of TGradientStyle:

Value Meaning

gsLinear

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

gsRadial

The gradient is formed of concentric circles.

See Also

Code Examples


Personal tools
Translations