←Select platform

SpecialEffectsTextStyle Enumeration

Summary

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

Syntax

C#
VB
C++
  
Public Enum SpecialEffectsTextStyle  
   Inherits System.Enum 
   Implements System.IComparable, System.IConvertible, System.IFormattable  
public enum SpecialEffectsTextStyle 
public enum class SpecialEffectsTextStyle : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable   

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.SpecialEffects Assembly