| Visual Basic | |
|---|---|
Public Enum dsTextJustification_e Inherits System.Enum | |
| C# | |
|---|---|
public enum dsTextJustification_e : System.Enum | |
| JavaScript | |
|---|---|
dsTextJustification_e : String | |
| COM native C++ | |
|---|---|
enum dsTextJustification_e | |
| C++ | |
|---|---|
enum dsTextJustification_e | |
| Member | Description |
|---|---|
| dsTextJustification_Aligned | 4 |
| dsTextJustification_BottomCenter | 14 |
| dsTextJustification_BottomLeft | 13 |
| dsTextJustification_BottomRight | 15 |
| dsTextJustification_Center | 2 |
| dsTextJustification_Fit | 6 |
| dsTextJustification_Left | 1 |
| dsTextJustification_Middle | 5 |
| dsTextJustification_MiddleCenter | 11 |
| dsTextJustification_MiddleLeft | 10 |
| dsTextJustification_MiddleRight | 12 |
| dsTextJustification_Right | 3 |
| dsTextJustification_TopCenter | 8 |
| dsTextJustification_TopLeft | 7 |
| dsTextJustification_TopRight | 9 |
Syntax