Excalibur Software RainbowStatus 1.0
FillStyle (Panel Object)
Property FillStyle As StatFillStyles
Description
Returns/sets the type of fill to use in the panel's background.
Settings
- sbrSolid - A solid fill color will be used
(set via the BackColor property).
- sbrPicture - A picture will be tiled into the background area
(set via the BackPicture property).
- sbrVertGradient - The fill will be vertically
graduated in color from BackColor
to GradientColor.
- sbrHorzGradient - The fill will be
horizontally graduated in color from BackColor
to GradientColor.