Leadtools.SpecialEffects Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
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 Enum
Visual Basic (Usage) Copy Code
Dim instance As SpecialEffectsTextStyle
C#  
public enum SpecialEffectsTextStyle : Enum 
C++/CLI  
public enum class SpecialEffectsTextStyle : public Enum 

Members

Member Description
Normal No three-dimensional effect
InsetLight Inset light
InsetExtraLight Inset extra light
InsetHeavy Inset heavy
InsetExtraHeavy Inset extra heavy
RaisedLight Raised light
RaisedExtraLight Raised extra light
RaisedHeavy Raised heavy
RaisedExtraHeavy Raised extra heavy
DropShadow Drop shadow
BlockShadow Block shadow
OutlineBlock Outline block

Inheritance Hierarchy

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

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also