←Select platform

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

Leadtools.SpecialEffects Assembly