Excalibur Software RainbowStatus 1.0
FillStyle (RainProgress Object)
Property FillStyle As ProgFillStyles
Description
Returns/sets the type of fill to use in the progress indicator.
Settings
- pfSolid - A solid fill color will be used
(set via the FillColor property).
- pfPicture - A picture will be tiled into the indicator area
(set via the FillPicture property).
- pfVertGradient - The fill will be vertically
graduated in color from FillColor
to FillGradient.
- pfHorzGradient - The fill will be
horizontally graduated in color from FillColor
to FillGradient.