SpecialEffectsTextStyle Enumeration
Summary
The text style used for the special effect. The Draw3dText and DrawRotated3dText methods use this enumeration.
Syntax
public enum SpecialEffectsTextStyle
public enum class SpecialEffectsTextStyle : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
class SpecialEffectsTextStyle(Enum):
Normal = 0
InsetLight = 1
InsetHeavy = 2
RaisedLight = 3
RaisedHeavy = 4
DropShadow = 5
BlockShadow = 6
OutlineBlock = 7
InsetExtraLight = 8
InsetExtraHeavy = 9
RaisedExtraLight = 10
RaisedExtraHeavy = 11
Members
Value | Member | Description |
0 | Normal | No three-dimensional effect |
1 | InsetLight | Inset light |
2 | InsetHeavy | Inset heavy |
3 | RaisedLight | Raised light |
4 | RaisedHeavy | Raised heavy |
5 | DropShadow | Drop shadow |
6 | BlockShadow | Block shadow |
7 | OutlineBlock | Outline block |
8 | InsetExtraLight | Inset extra light |
9 | InsetExtraHeavy | Inset extra heavy |
10 | RaisedExtraLight | Raised extra light |
11 | RaisedExtraHeavy | Raised extra heavy |