[Overview][Types][Classes][Procedures and functions][Index] |
Controls the direction for a gradient drawn on the control bar.
Source position: extctrls.pp line 1668
public property TCustomControlBar.GradientDirection : TGradientDirection |
GradientDirection is a TGradientDirection property which controls the direction for a gradient drawn on the control bar. The default value for the property is gdVertical. Changing the value for the property causes the Invalidate method to be performed when BeginUpdate has not yet been called.
GradientDirection is used when the DrawingStyle property contains the value dsGradient. Set the values in GradientStartColor and GradientEndColor to define the colors used to draw the gradient.
Version 4.0 | Generated 2025-05-03 | Home |