This property returns and sets the pattern used to fill Shape controls as well as circles and boxes created with the DrawCircle and DrawLine graphics methods.
object.FillStyle [= number]
Constant |
Setting |
Description |
picFSSolid | 0 | Solid |
picFSTransparent | 1 (default) | Transparent |
Except for the Form object, when the FillStyle property is set to its default 1 (Transparent), the FillColor setting is ignored.