SpecialEffectsTextAlignmentFlags Enumeration

Summary
The text alignment for the special effect. The Draw3dText and DrawRotated3dText methods use this enumeration.
Syntax
C#
VB
C++
  
<FlagsAttribute()> 
Public Enum SpecialEffectsTextAlignmentFlags  
   Inherits System.Enum 
   Implements System.IComparable, System.IConvertible, System.IFormattable  
[FlagsAttribute()] 
public enum SpecialEffectsTextAlignmentFlags 
[FlagsAttribute()] 
public enum class SpecialEffectsTextAlignmentFlags : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable   
Members
ValueMemberDescription
0x00000000LeftLeft align
0x00000000NoneNone
0x00000000TopTop align
0x00000010HorizontalCenterHorizontal center align
0x00000020RightRight align
0x00000100VerticalCenterVertical center align
0x00000200BottomRight align
0x00001000WordWrapWord-wrapping text
Requirements

Target Platforms

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

Leadtools.SpecialEffects Assembly

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