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

TCustomControlBar.DrawingStyle

Fill style used for bands on the control bar.

Declaration

Source position: extctrls.pp line 1599

public property TCustomControlBar.DrawingStyle : TBandDrawingStyle
  read FDrawingStyle
  write SetDrawingStyle
  default dsNormal;

Description

DrawingStyle is a TBandDrawingStyle property which indicates the fill style applied to the control bar. The default value for the property is dsNormal. Set DrawingStyle to dsGradient to draw the control bar using a gradient defined by the values in GradientDirection, GradientStartColor, and GradientEndColor.

The latest version of this document can be found at lazarus-ccr.sourceforge.net.