Vcl.ExtCtrls.TBandDrawingStyle
Delphi
TBandDrawingStyle = (dsNormal, dsGradient);
C++
enum DECLSPEC_DENUM TBandDrawingStyle : unsigned char { dsNormal, dsGradient };
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| enum | public | Vcl.ExtCtrls.pas Vcl.ExtCtrls.hpp |
Vcl.ExtCtrls | Vcl.ExtCtrls |
Description
Set of drawing styles for bands of a TControlBar.
TBandDrawingStyle is a set of drawing styles for the bands of a TControlBar.
| Item | Meaning |
|---|---|
|
dsNormal |
Normal (solid color) drawing style. |
|
dsGradient |
A gradient fill is used. |