<< Click to Display Table of Contents >>
FillStyle |
This property specifies a fill style for Screens. The next table contains valid values for this property.
Available options for FillStyle
Option |
Description |
---|---|
0 - Solid |
Fill style is solid (default) |
2 - Horizontal |
Fill style contains horizontal stripes |
3 - Vertical |
Fill style contains vertical stripes |
4 - Downward |
Fill style contains stripes from down left to right in a 45-degree angle |
5 - Upward |
Fill style contains stripes from up left to right in a 45-degree angle |
6 - Cross |
Fill style contains horizontal and vertical stripes |
7 - DiagonalCross |
Fill style contains diagonal stripes up and down from left to right in a 45-degree angle |
8 - Gradient |
Fill style contains a gradient using ForegroundColor as well as BackgroundColor. This effect is defined by the GradientStyle property |
11 - Background |
Fills the Screen with the color defined in the BackgroundColor property |
12 - Picture |
Fills the Screen with the picture selected in the PictureFile property |