Icon TFillType

Unit: WebUI

TFillType = (ftSolid,ftGradient)

Available In: Client Applications

The TFillType enumerated type is used with the TFill class to specify how backgrounds should be filled for UI elements and controls.

ElementDescription
ftGradientSpecifies that the background fill will be a gradient.
ftSolidSpecifies that the background fill will be a solid color (or transparent).
Image