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 : 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;}
<br/>get_LineDashingStyle();<br/>set_LineDashingStyle(value);<br/>Object.defineProperty('LineDashingStyle');
public: property DicomAnnotationDashStyleType LineDashingStyle { DicomAnnotationDashStyleType get(); void set ( DicomAnnotationDashStyleType value); }