C#
VB
C++
Represents the value of the "Line Dashing Style" element (0070,0254) in a "Line Style Sequence" (0070,0232) item.
public enum DicomAnnotationDashStyleType
Public Enum DicomAnnotationDashStyleType
public enum class DicomAnnotationDashStyleType
Value | Member | Description |
---|---|---|
0 | None | Used for initialization. The "Line Dashing Style" element (0070,0254) is mandatory, so it must be written, or when present when read. |
1 | Solid | The "Line Dashing Style" element (0070,0254) has the value "SOLID". |
2 | Dashed | The "Line Dashing Style" element (0070,0254) has the value "DASHED". |