[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'Graphics' (#lcl)

TGradientDirection

Represents fill directions for gradients.

Declaration

Source position: graphics.pp line 963

type TGradientDirection = (

  gdVertical,

  

Gradient fill direction is vertically oriented.

  gdHorizontal

  

Gradient fill direction is horizontally oriented.

);


Version 4.0 Generated 2025-05-03 Home