<< Click to Display Table of Contents >>
FillStyle |
This property specifies a fill style for Screen objects. The next table contains valid values for this property.
Available options for the FillStyle property
Option |
Description |
---|---|
0 - Solid |
Fill style is solid (default) |
1 - Hollow |
There is no fill style |
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 stripes up and down from left to right in a 45-degree angle |
8 - Gradient |
Fill style contains a gradient using both the ForegroundColor and the BackgroundColor property. This effect is determined by the GradientStyle property |
9 - SemiTransparent |
The Screen object remains semitransparent |
10 - MouseArea |
There is no fill style, but the Screen object remains responsive to events |
11 - Background |
Fills the Screen object with the color defined in the BackgroundColor property |
NOTE |
This property is not available for Picture, Dynamic Move, and Dynamic Rotate objects. |