Type: Integer
Availability: Read or write at run time only
The drawFillStyle property of the Window class contains the pattern used to fill the shapes drawn with the graphics methods.
When the drawFillStyle property is set to DrawFillStyle_Transparent (1), the drawFillColor property is ignored.
The drawFillStyle property values in the range 1 through 7 (the Microsoft standard fill styles) are drawn with a transparent background and the JADE‑defined fill styles in the range 8 through 55 are drawn with a white background.
The settings of the drawFillStyle property are listed in the following table.
The code fragment in the following example shows the use of the drawFillStyle property.
table.drawFillStyle := DrawFillStyle_DiagonalCross;
Printing the draw fill styles in the range DrawFillStyle_4DotDiamond99 (8) through DrawFillStyle_Balls (55) using the Windows Enhanced Meta Files (EMF) format produces a solid gray hue only, because of an EMF problem that is outside JADE's control. To print these styles, you must use the Scalable Vector Graphics (SVG) format.