TCustomExportDrawingFill → TExportDrawingShadow
TExportDrawingShadow defines the shadow of a drawing object.
Name | Type | Description |
---|---|---|
Color | TColor | Shadow color |
Transparency | Byte | Shadow transparency. 0 = no transparency, 100 = full transparency |
FillType | TDrawingFillType | Border fill type |
Distance | Integer | Distance of the shadow in pixels. |
Blur | Integer | Blur of the shadow in pixels (supported only by Excel). |
function Set*(const *): TExportDrawingShadow; |
---|
The Set* functions set the appropriate property. The functions return Self. Thanks to this, more Set* functions can be called in one line. |