TCustomExportDrawingFill → TExportDrawingFill
TExportDrawingFill defines the fill of a drawing object.
Name | Type | Description |
---|---|---|
Color | TColor | Fill color |
Transparency | Byte | Transparency of the fill. 0 = no transparency, 100 = full transparency |
FillStyle | TDrawingFillStyle | Fill style |
function Set*(const *): TExportDrawingFill; |
---|
The Set* functions set the appropriate property. The functions return Self. Thanks to this, more Set* functions can be called in one line. |