Gets or sets the value of the "Line Dashing Style" element (0070,0254) under one of the items under the "Line Style Sequence" (0070,0232) in the "Graphic Annotation Module".
public DicomAnnotationDashStyleType LineDashingStyle { get; set; }
Public Property LineDashingStyle As Leadtools.Dicom.DicomAnnotationDashStyleType
public Leadtools.Dicom.DicomAnnotationDashStyleType LineDashingStyle {get; set;}
<br/>get_LineDashingStyle();<br/>set_LineDashingStyle(value);<br/>Object.defineProperty('LineDashingStyle');
public:
property Leadtools.Dicom.DicomAnnotationDashStyleType LineDashingStyle {
Leadtools.Dicom.DicomAnnotationDashStyleType get();
void set ( Leadtools.Dicom.DicomAnnotationDashStyleType value);
}
The value of the "Line Dashing Style" element (0070,0254) under one of the items under the "Line Style Sequence" (0070,0232) in the "Graphic Annotation Module".
This element is mandatory.
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