C#
VB
C++
Identifies the vertical alignment for "Vertical Alignment" element (0070,0243) in the "Text Style Sequence" (0070,0231).
public enum DicomAnnotationVerticalAlignmentType
Public Enum DicomAnnotationVerticalAlignmentType
public enum class DicomAnnotationVerticalAlignmentType
Value | Member | Description |
---|---|---|
0 | None | The Vertical Alignment" element (0070,0243) is not present in the "Text Style Sequence" (0070,0231). |
1 | Top | The Vertical Alignment" element (0070,0243) is present and has a value of "TOP". |
2 | Center | The Vertical Alignment" element (0070,0243) is present and has a value of "CENTER". |
3 | Bottom | The Vertical Alignment" element (0070,0243) is present and has a value of "BOTTOM". |