C#
Objective-C
C++
public DicomShadowStyle Shadow { get; set; }
@property (nonatomic, strong) LTDicomShadowStyle *shadow;
public:
property DicomShadowStyle^ Shadow {
DicomShadowStyle^ get();
void set ( 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.