| Visual Basic (Declaration) | |
|---|---|
Public Enum TextAnnotationJustificationType Inherits Enum | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public enum TextAnnotationJustificationType : Enum | |
| C++/CLI | |
|---|---|
public enum class TextAnnotationJustificationType : public Enum | |
| Member | Description |
|---|---|
| Left | Left |
| Right | Right |
| Center | Center |
For an example, refer to DicomDataSet.FindFirstGraphicAnnSQItem.
System.Object
System.ValueType
System.Enum
Leadtools.Dicom.TextAnnotationJustificationType
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
Copy Code