[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 977

type TGradientDirection = (

  gdVertical,

  

Gradient fill direction is vertically oriented.

  gdHorizontal

  

Gradient fill direction is horizontally oriented.

);


Version 3.2 Generated 2024-02-25 Home