SpecialEffectsFillStyle Enumeration
Summary
The fill style used for the special effect. The fillStyle parameter of the Draw3dShape method uses this enumeration.
Syntax
public enum SpecialEffectsFillStyle
public enum class SpecialEffectsFillStyle : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
class SpecialEffectsFillStyle(Enum):
Solid = 0
Transparent = 1
Horizontal = 2
Vertical = 3
ForwardDiagonal = 4
BackwardDiagonal = 5
Cross = 6
DiagonalCross = 7
Members
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) |