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

In This Topic
    Labels Property (DicomViewer)
    In This Topic
    The collection of DicomLabel objects to be displayed over a viewer.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.BrowsableAttribute(False)>
    Public ReadOnly Property Labels As DicomLabelCollection
    [System.ComponentModel.Browsable(false)]
    public DicomLabelCollection Labels {get;}
    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