The AnnotationType Property is available as an add-on to the LEADTOOLS Medical Imaging toolkits.
(Read only) Gets an enumerated value that indicates which type of annotation was created.| Visual Basic (Declaration) | |
|---|---|
Public ReadOnly Property AnnotationType As MedicalViewerActionType | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As MedicalViewerAnnotationCreatedEventArgs Dim value As MedicalViewerActionType value = instance.AnnotationType | |
| C# | |
|---|---|
public MedicalViewerActionType AnnotationType {get;} | |
| C++/CLI | |
|---|---|
public: property MedicalViewerActionType AnnotationType { MedicalViewerActionType get(); } | |
Property Value
An enumerated MedicalViewerActionType value that represents which type of annotation was created.For an example, refer to MedicalViewerAnnotationCreatedEventArgs
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