Show: Delphi
C++
Display Preferences
Vcl.ExtCtrls.TBandDrawingStyle
From XE2 API Documentation
Delphi
type TBandDrawingStyle = (dsNormal, dsGradient)
C++
enum 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. |