C#
Objective-C
C++/CLI
public DicomLineStyle LineStyle { get; set; }
@property (nonatomic, copy, nullable) LTDicomLineStyle *lineStyle;
public:
property DicomLineStyle^ LineStyle {
DicomLineStyle^ get();
void set ( DicomLineStyle^ value);
}
A value that represents the single item that is presented in the "Line Style Sequence" (0070,0232).
The "Line Style Sequence" (0070,0232) is an optional sequence that can be read or written when processing a DicomGraphicObject. When writing, include or exclude the Line flag in the Options to indicate if this sequence should be included. When reading, the Line flag indicates if the "Line Style Sequence" is present. For more information, see Options.