| Visual Basic (Declaration) | |
|---|---|
Public ReadOnly Property AnnotationContainer As AnnContainer | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As MedicalViewerSubCell Dim value As AnnContainer value = instance.AnnotationContainer | |
| C# | |
|---|---|
public AnnContainer AnnotationContainer {get;} | |
| C++/CLI | |
|---|---|
public: property AnnContainer^ AnnotationContainer { AnnContainer^ get(); } | |
Property Value
Leadtools.Annotations.AnnContainerrepresents the cell or sub-cell annotation container.For an example, please refer to MedicalViewerSubCell
When changing the value of any property in the annotation container, the user must re-draw the annotation using the MedicalViewerBaseCell.RefreshAnnotation method.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
Copy Code