Leadtools.Dicom Namespace > DicomLineStyle Class : LineDashingStyle Property |
public DicomAnnotationDashStyleType LineDashingStyle {get; set;}
'Declaration Public Property LineDashingStyle As DicomAnnotationDashStyleType
'Usage Dim instance As DicomLineStyle Dim value As DicomAnnotationDashStyleType instance.LineDashingStyle = value value = instance.LineDashingStyle
public DicomAnnotationDashStyleType LineDashingStyle {get; set;}
get_LineDashingStyle();
set_LineDashingStyle(value);
Object.defineProperty('LineDashingStyle');
public: property DicomAnnotationDashStyleType LineDashingStyle { DicomAnnotationDashStyleType get(); void set ( DicomAnnotationDashStyleType value); }