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 AnnContainer 
            public: 
property AnnContainer^ AnnotationContainer { 
   AnnContainer^ get(); 
} 

Property Value

Leadtools.Annotations.Engine.AnnContainer represents 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 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.MedicalViewer Assembly