Leadtools.Dicom Namespace > DicomGraphicObject Class : LineStyle Property |
public DicomLineStyle LineStyle {get; set;}
'Declaration Public Property LineStyle As DicomLineStyle
'Usage Dim instance As DicomGraphicObject Dim value As DicomLineStyle instance.LineStyle = value value = instance.LineStyle
public DicomLineStyle LineStyle {get; set;}
get_LineStyle();
set_LineStyle(value);
Object.defineProperty('LineStyle');
public: property DicomLineStyle^ LineStyle { DicomLineStyle^ get(); void set ( DicomLineStyle^ value); }