Sets or returns fill style (for example solid, transparent, hatching). Read/write VbtFillStyle.
| VbtFillStyle can be one of the following: |
| vbtOpaque Opaque |
| vbtTransparent Transparent |
| vbtHorizontalLine Horizontal Line |
| vbtVerticalLine Vertical Line |
| vbtDiagonalDown Diagonal from upper-left to lower-right |
| vbtDiagonalUp Diagonal from lower-left to upper-right |
| vbtCross Cross-hatched |
| vbtDiagonalCross Diagonal Cross |
In the following example, the FillStyle of a Bot object is set to transparent.
Bot.Shape.FillStyle = vbtTransparent