Leadtools.Dicom Namespace > DicomCompoundGraphic Class : Type Property |
public DicomAnnotationCompoundGraphicType Type {get; set;}
'Declaration Public Property Type As DicomAnnotationCompoundGraphicType
'Usage Dim instance As DicomCompoundGraphic Dim value As DicomAnnotationCompoundGraphicType instance.Type = value value = instance.Type
public DicomAnnotationCompoundGraphicType Type {get; set;}
get_Type();
set_Type(value);
Object.defineProperty('Type');
public: property DicomAnnotationCompoundGraphicType Type { DicomAnnotationCompoundGraphicType get(); void set ( DicomAnnotationCompoundGraphicType value); }