Icon TGradientType

Unit: WebUI

TGradientType = (gtLinear,gtRadial)

Available In: Client Applications

The TGradientType enumerated type is used with the TGradient class to specify the type of gradient background to be used for UI elements and controls.

Information This setting is only valid if the UI element or control's background is set to use a gradient fill.


ElementDescription
gtLinearSpecifies that the gradient will be linear. This is the default gradient type.
gtRadialSpecifies that the gradient will be radial.
Image