Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.3.25
|
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;}
<br/>get_LineStyle();<br/>set_LineStyle(value);<br/>Object.defineProperty('LineStyle');
public: property DicomLineStyle^ LineStyle { DicomLineStyle^ get(); void set ( DicomLineStyle^ value); }