TCustomExportDrawingFill → TExportDrawingBorder
TExportDrawingBorder defines the border of a drawing object.
Name | Type | Description |
---|---|---|
Color | TColor | Border color |
Transparency | Byte | Border transparency. 0 = no transparency, 100 = full transparency |
FillType | TDrawingFillType | Border fill type |
Size | Integer | Border size (thickness) |
Style | TDrawingBorderStyle | Border style |
function Set*(const *): TExportDrawingBorder; |
---|
The Set* functions set the appropriate property. The functions return Self. Thanks to this, more Set* functions can be called in one line. |