SpecialEffectsBorderStyle Enumeration
Summary
The border style used for the special effect. The borderStyle parameter of the Draw3dShape method uses this enumeration.
Syntax
public enum SpecialEffectsBorderStyle
public enum class SpecialEffectsBorderStyle : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
class SpecialEffectsBorderStyle(Enum):
Transparent = 0
Solid = 1
Dash = 2
Dot = 3
DashDot = 4
DashDotDot = 5
Members
Value | Member | Description |
0 | Transparent | Transparent |
1 | Solid | Solid line |
2 | Dash | Dash line (valid only for 1-pixel lines) |
3 | Dot | (0x00000004)(0x00000005)Dot line (valid only for 1-pixel lines) |
4 | DashDot | Dash dot line (valid only for 1-pixel lines) |
5 | DashDotDot | Dash dot dot line (valid only for 1-pixel lines) |