Leadtools.MedicalViewer Namespace > MedicalViewerCustomAnnotationArgs Class : AnnotationObject Property |
public AnnObject AnnotationObject {get; set;}
'Declaration Public Property AnnotationObject As AnnObject
'Usage Dim instance As MedicalViewerCustomAnnotationArgs Dim value As AnnObject instance.AnnotationObject = value value = instance.AnnotationObject
public: property AnnObject^ AnnotationObject { AnnObject^ get(); void set ( AnnObject^ value); }