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