| Visual Basic (Declaration) | |
|---|---|
Public Enum SpecialEffectsTextStyle Inherits System.Enum Implements IComparable, IConvertible, IFormattable | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As SpecialEffectsTextStyle | |
| C# | |
|---|---|
public enum SpecialEffectsTextStyle : System.Enum, IComparable, IConvertible, IFormattable | |
| C++/CLI | |
|---|---|
public enum class SpecialEffectsTextStyle : public System.Enum, IComparable, IConvertible, IFormattable | |
| Member | Description |
|---|---|
| BlockShadow | Block shadow |
| DropShadow | Drop shadow |
| InsetExtraHeavy | Inset extra heavy |
| InsetExtraLight | Inset extra light |
| InsetHeavy | Inset heavy |
| InsetLight | Inset light |
| Normal | No three-dimensional effect |
| OutlineBlock | Outline block |
| RaisedExtraHeavy | Raised extra heavy |
| RaisedExtraLight | Raised extra light |
| RaisedHeavy | Raised heavy |
| RaisedLight | Raised light |
System.Object
System.ValueType
System.Enum
Leadtools.SpecialEffects.SpecialEffectsTextStyle
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
Copy Code