←Select platform

AnnotationContainer Property

Summary

Gets the annotation container of the cell or sub-cell.

Syntax

C#
VB
C++
public AnnContainer AnnotationContainer { get; } 
  
Public ReadOnly Property AnnotationContainer As Leadtools.Annotations.Core.AnnContainer 
             
            public: 
property Leadtools.Annotations.Core.AnnContainer^ AnnotationContainer { 
   Leadtools.Annotations.Core.AnnContainer^ get(); 
} 
             

Property Value

Leadtools.Annotations.Core.AnnContainerrepresents the cell or sub-cell annotation container.

Remarks

When changing the value of any property in the annotation container, the user must re-draw the annotation using the MedicalViewerBaseCell.RefreshAnnotation method.

Example

For an example, please refer to MedicalViewerSubCell

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.MedicalViewer Assembly