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;}
get_Type();
set_Type(value);
Object.defineProperty('Type');
public: property DicomAnnotationType Type { DicomAnnotationType get(); void set ( DicomAnnotationType value); }