LEADTOOLS Special Effects (Leadtools.SpecialEffects assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
SpecialEffectsTextStyle Enumeration
See Also  
Leadtools.SpecialEffects Namespace : SpecialEffectsTextStyle Enumeration



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

Syntax

Visual Basic (Declaration) 
Public Enum SpecialEffectsTextStyle 
   Inherits System.Enum
   Implements IComparableIConvertibleIFormattable 
Visual Basic (Usage)Copy Code
Dim instance As SpecialEffectsTextStyle
C# 
public enum SpecialEffectsTextStyle : System.Enum, IComparableIConvertibleIFormattable  
C++/CLI 
public enum class SpecialEffectsTextStyle : public System.Enum, IComparableIConvertibleIFormattable  

Members

MemberDescription
BlockShadowBlock shadow
DropShadowDrop shadow
InsetExtraHeavyInset extra heavy
InsetExtraLightInset extra light
InsetHeavyInset heavy
InsetLightInset light
NormalNo three-dimensional effect
OutlineBlockOutline block
RaisedExtraHeavyRaised extra heavy
RaisedExtraLightRaised extra light
RaisedHeavyRaised heavy
RaisedLightRaised light

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.SpecialEffects.SpecialEffectsTextStyle

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also