DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomViewer Class / Labels Property






    Labels Property (DicomViewer)
    The collection of DicomLabel objects to be displayed over a viewer.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.BrowsableAttribute(False)>
    Public ReadOnly Property Labels As DicomLabelCollection
     
    'Usage
     
    
    Dim instance As DicomViewer
    Dim value As DicomLabelCollection
     
    value = instance.Labels
    Remarks

    The labels in this collection are displayed over the images or blank areas of the viewer.

    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also