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 : Type Property |
public DicomAnnotationType Type {get; set;}
'Declaration
Public Property Type As DicomAnnotationType
'Usage
Dim instance As DicomGraphicObject Dim value As DicomAnnotationType instance.Type = value value = instance.Type
public DicomAnnotationType Type {get; set;}
<br/>get_Type();<br/>set_Type(value);<br/>Object.defineProperty('Type');
public: property DicomAnnotationType Type { DicomAnnotationType get(); void set ( DicomAnnotationType value); }