| Visual Basic (Declaration) | |
|---|---|
Public ReadOnly Property OverlayTags As OverlayTagCollection | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public OverlayTagCollection OverlayTags {get;} | |
| C++/CLI | |
|---|---|
public: property OverlayTagCollection^ OverlayTags { OverlayTagCollection^ get(); } | |
Return Value
The overlay collection displayed on the MedicalViewerCell when a series is loaded.Modify this collection to change the default Overlay Tags displayed on the MedicalViewerCell. You can add/remove from the collection or change the OverlayTag position.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
Copy Code