SpecialEffectsBackStyle Enumeration
Summary
The background style for the special effect. The backStyle parameter of the Draw3dShape method uses this enumeration.
Syntax
Public Enum SpecialEffectsBackStyle
Inherits System.Enum
Implements System.IComparable, System.IConvertible, System.IFormattable
public enum SpecialEffectsBackStyle
public enum class SpecialEffectsBackStyle : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Members
Value | Member | Description |
0 | Transparent | Transparent |
1 | Opaque | Opaque |
2 | Translucent | Translucent |
3 | TiledImage | (0x00000004)Tiled image |
4 | TranslucentTiledImage | Translucent tiled image |