TdxBarBackgrounds.Bar Property
Specifies the default background image for bars.
Declaration
property Bar: TBitmap read; write;
Property Value
Type |
---|
TBitmap |
Remarks
Use the Bar property to set the default bitmap used as the background for bars. The image below illustrates the interface elements that are affected by this property.
As you can see in the above image, background bitmaps are not applied to bars themselves. Instead, they are applied to dock controls and floating forms where bars are painted transparently. To assign a background bitmap to an individual bar, use the bar’s BackgroundBitmap property. Also, you can specify background bitmaps for individual dock controls by setting their BackgroundBitmap property to the desired value.
See Also