public float LineThickness {get; set;}
'Declaration
Public Property LineThickness As Single
'Usage
Dim instance As DicomLineStyle
Dim value As Single
instance.LineThickness = value
value = instance.LineThickness
public float LineThickness {get; set;}
get_LineThickness();
set_LineThickness(value);
Object.defineProperty('LineThickness');
public:
property float LineThickness {
float get();
void set ( float value);
}
Property Value
The value of the "Line Thickness" element (0070,0253) under one of the items under the "Line Style Sequence" (0070,0232) in the "Graphic Annotation Module".