The fill style used for the special effect. The fillStyle parameter of the Draw3dShape method uses this enumeration.
Value | Member | Description |
---|---|---|
0 | Solid | Solid filling |
1 | Transparent | Transparent filling |
2 | Horizontal | Horizontal lines (==) |
3 | Vertical | Vertical lines (||) |
4 | ForwardDiagonal | Downward diagonal lines (//) |
5 | BackwardDiagonal | Upward diagonal lines (\) |
6 | Cross | (0x00000007)Cross lines (++) |
7 | DiagonalCross | Diagonal cross lines (XX) |