|  | 
| TextPositionTypes Enumeration | 
            TextPositionTypes is the same as 
PositionTypes except that it also defines a Baseline value that positions the text so that its baseline is at the specified position.
            
 Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 3.2.9386+3a404a3e1ebfa4efd231da7fe6f10dfb23b95dc4
 Syntax
Syntax[FlagsAttribute]
public enum TextPositionTypes
 Members
Members| Member name | Value | Description | 
|---|
| Center | 0 | Center | 
| Left | 1 | Left (smallest value in X direction) | 
| Right | 2 | Right (biggest value in X direction) | 
| Top | 4 | Top (biggest value in Y direction) | 
| TopLeft | 5 | Top and Left | 
| TopRight | 6 | Top and Right | 
| Bottom | 8 | Bottom (smallest value in Y direction) | 
| BottomLeft | 9 | Bottom and Left | 
| BottomRight | 10 | Bottom and Right | 
| Front | 16 | Front (biggest value in Z direction) | 
| Back | 32 | Back (smallest value in Z direction) | 
| Baseline | 64 | Baseline positions the text so that its baseline is at the specified position. | 
 See Also
See Also