Gets or sets the value that represents all the elements that make up the "Shadow Style" under one of the items under the "Line Style Sequence" (0070,0232) in the "Graphic Annotation Module".
public DicomShadowStyle Shadow { get; set; }
Public Property Shadow As Leadtools.Dicom.DicomShadowStyle
public Leadtools.Dicom.DicomShadowStyle Shadow {get; set;}
<br/>get_Shadow();<br/>set_Shadow(value);<br/>Object.defineProperty('Shadow');
public:
property Leadtools.Dicom.DicomShadowStyle^ Shadow {
Leadtools.Dicom.DicomShadowStyle^ get();
void set ( Leadtools.Dicom.DicomShadowStyle^ value);
}
The value that represents all the elements that make up the "Shadow Style" under one of the items under the "Line Style Sequence" (0070,0232) in the "Graphic Annotation Module".
The "shadow Style" elements are all mandatory. For more information, see DicomShadowStyle
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