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 > DicomLineStyle Class : LineOptions Property |
public DicomAnnotationLineOptions LineOptions {get; set;}
'Declaration
Public Property LineOptions As DicomAnnotationLineOptions
'Usage
Dim instance As DicomLineStyle Dim value As DicomAnnotationLineOptions instance.LineOptions = value value = instance.LineOptions
public DicomAnnotationLineOptions LineOptions {get; set;}
<br/>get_LineOptions();<br/>set_LineOptions(value);<br/>Object.defineProperty('LineOptions');
public: property DicomAnnotationLineOptions LineOptions { DicomAnnotationLineOptions get(); void set ( DicomAnnotationLineOptions value); }