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