C#
VB
WinRT C#
C++
Represents the value of the "Tick Label Alignment" element (0070,0279) in a "Compound Graphic Sequence" item.
public enum DicomAnnotationTickLabelAlignmentType
Public Enum DicomAnnotationTickLabelAlignmentType
public enum DicomAnnotationTickLabelAlignmentType
Leadtools.Dicom.DicomAnnotationTickLabelAlignmentType = function() { };
Leadtools.Dicom.DicomAnnotationTickLabelAlignmentType.prototype = {<br/>
LeadtoolsMemberMarker(replace me)
};
public enum class DicomAnnotationTickLabelAlignmentType
Members
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.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET