←Select platform

SpecialEffectsTextAlignmentFlags Enumeration

Summary
The text alignment for the special effect. The Draw3dText and DrawRotated3dText methods use this enumeration.

Syntax
C#
C++/CLI
Python
[FlagsAttribute()] 
public enum SpecialEffectsTextAlignmentFlags 
[FlagsAttribute()] 
public enum class SpecialEffectsTextAlignmentFlags : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable   
class SpecialEffectsTextAlignmentFlags(Enum): 
   Left = 0 
   Left = 0 
   Left = 0 
   None, Top, HorizontalCenter = 16 
   None, Top, Right = 32 
   None, Top, VerticalCenter = 256 
   None, Top, Bottom = 512 
   None, Top, WordWrap = 4096 
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 22.0.2023.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.SpecialEffects Assembly

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