←Select platform

SpecialEffectsTextStyle Enumeration

Summary
The text style used for the special effect. The Draw3dText and DrawRotated3dText methods use this enumeration.

Syntax
C#
C++/CLI
Python
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
ValueMemberDescription
0NormalNo three-dimensional effect
1InsetLightInset light
2InsetHeavyInset heavy
3RaisedLightRaised light
4RaisedHeavyRaised heavy
5DropShadowDrop shadow
6BlockShadowBlock shadow
7OutlineBlockOutline block
8InsetExtraLightInset extra light
9InsetExtraHeavyInset extra heavy
10RaisedExtraLightRaised extra light
11RaisedExtraHeavyRaised extra heavy
Requirements

Target Platforms

Help Version 23.0.2024.3.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.SpecialEffects Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.