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;}
get_LineOptions();
set_LineOptions(value);
Object.defineProperty('LineOptions');
public: property DicomAnnotationLineOptions LineOptions { DicomAnnotationLineOptions get(); void set ( DicomAnnotationLineOptions value); }