C#
VB
C++
public enum DicomAnnotationTickLabelAlignmentType
Public Enum DicomAnnotationTickLabelAlignmentType
public enum class DicomAnnotationTickLabelAlignmentType
Value | Member | Description |
---|---|---|
0 | None | "Tick Label Alignment" element (0070,0279) is not present, or should not be written |
1 | Top | "Tick Label Alignment" element (0070,0279) has the value "TOP". |
3 | Bottom | "Tick Label Alignment" element (0070,0279) has the value "BOTTOM". |
Note that the "Tick Label Alignment" element is required if Type is Ruler, Axis, or CrossHair.
For an example, refer to CreateCompoundGraphic.