Error processing SSI file
LEADTOOLS Special Effects (Leadtools.SpecialEffects assembly)

Show in webframe

SpecialEffectsTextAlignmentFlags Enumeration




The text alignment for the special effect. The Draw3dText and DrawRotated3dText methods use this enumeration.
Syntax
'Declaration
 
<FlagsAttribute()>
Public Enum SpecialEffectsTextAlignmentFlags 
   Inherits System.Enum
   Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
'Usage
 
Dim instance As SpecialEffectsTextAlignmentFlags
[FlagsAttribute()]
public enum SpecialEffectsTextAlignmentFlags : System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
[FlagsAttribute()]
public enum class SpecialEffectsTextAlignmentFlags : public System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
Members
ValueMemberDescription
0x00000000LeftLeft align
0x00000000NoneNone
0x00000000TopTop align
0x00000010HorizontalCenterHorizontal center align
0x00000020RightRight align
0x00000100VerticalCenterVertical center align
0x00000200BottomRight align
0x00001000WordWrapWord-wrapping text
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.SpecialEffects.SpecialEffectsTextAlignmentFlags

Requirements

Target Platforms

See Also

Reference

Leadtools.SpecialEffects Namespace

Error processing SSI file