Leadtools.MedicalViewer Namespace > MedicalViewerSubCell Class : AnnotationContainer Property |
public AnnContainer AnnotationContainer {get;}
'Declaration Public ReadOnly Property AnnotationContainer As AnnContainer
'Usage Dim instance As MedicalViewerSubCell Dim value As AnnContainer value = instance.AnnotationContainer
public: property AnnContainer^ AnnotationContainer { AnnContainer^ get(); }
When changing the value of any property in the annotation container, the user must re-draw the annotation using the MedicalViewerBaseCell.RefreshAnnotation method.