| Visual Basic (Declaration) | |
|---|---|
Public Enum TextAnnotationJustificationType Inherits System.Enum Implements IComparable, IConvertible, IFormattable | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As TextAnnotationJustificationType | |
| C# | |
|---|---|
public enum TextAnnotationJustificationType : System.Enum, IComparable, IConvertible, IFormattable | |
| C++/CLI | |
|---|---|
public enum class TextAnnotationJustificationType : public System.Enum, IComparable, IConvertible, IFormattable | |
| Member | Description |
|---|---|
| Center | Center |
| Left | Left |
| Right | Right |
For an example, refer to DicomDataSet.FindFirstGraphicAnnSQItem.
System.Object
System.ValueType
System.Enum
Leadtools.Dicom.TextAnnotationJustificationType
Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)
Copy Code