TdxBackground.Brush Property
Specifies the brush used to draw report pages.
Declaration
property Brush: TBrush read; write;
Property Value
Type |
---|
TBrush |
Remarks
Use the Brush property to specify the brush used to paint the background of report pages. If Brush is not solid, the space between brush lines is filled with the color specified by the BkColor property.
Note
The Brush property is used to draw report pages only when the Mode property is equal to bmBrush.
See Also